Forum Discussion
EvanMartinez
5 years agoModerator
Hi Brad,
I'm curious which channels have you been using the Json Handler for if I might ask? I've been looking for some good examples to use in some tutorials and practice building with Pipelines.
------------------------------
Evan Martinez
Community Marketing Manager
Quick Base
------------------------------
I'm curious which channels have you been using the Json Handler for if I might ask? I've been looking for some good examples to use in some tutorials and practice building with Pipelines.
------------------------------
Evan Martinez
Community Marketing Manager
Quick Base
------------------------------
BradLemke
5 years agoQrew Assistant Captain
So far, I've only used the Json Handler channel to interact with Dropbox's Api. Their API Reference Guide is nearly as polished as Y'all's, which made the uncharted territory of this channel surprisingly manageable.
My specific action in Pipelines with this channel is to Post a "Create Shared Link" command to their API. This action is actually much easier (self-explanatory) to do with a Webhook, but the Webhook channel does not allow for response processing to be used in later Pipelines steps.
With the Json Handler, I am able to query the response and pull the data to then use in later steps - in this case I post the share link to the Quickbase record that I uploaded the picture (to dropbox in an earlier step) from.
I'm actually working on a full detailed writeup of this 'Fully Automatic File Attachment Management System' for my own record so that I can take my work on this project and bring it back to my company and incorporate it into several processes that we actively avoided using Quickbase as a solution for because of the restrictive/expensive attachment space limitations.
------------------------------
Brad Lemke
------------------------------
My specific action in Pipelines with this channel is to Post a "Create Shared Link" command to their API. This action is actually much easier (self-explanatory) to do with a Webhook, but the Webhook channel does not allow for response processing to be used in later Pipelines steps.
With the Json Handler, I am able to query the response and pull the data to then use in later steps - in this case I post the share link to the Quickbase record that I uploaded the picture (to dropbox in an earlier step) from.
I'm actually working on a full detailed writeup of this 'Fully Automatic File Attachment Management System' for my own record so that I can take my work on this project and bring it back to my company and incorporate it into several processes that we actively avoided using Quickbase as a solution for because of the restrictive/expensive attachment space limitations.
------------------------------
Brad Lemke
------------------------------