Working with Files
Last updated
Was this helpful?
Last updated
Was this helpful?
Paragon offers multiple ways to manage files within your workflows, enabling features like sending email attachments and retrieving or uploading files from storage providers such as Google Drive.
You can pass in hex encoded data in as a Paragon File Object to either an or Trigger to be handled in the workflow. Here’s an example file object structure:
After you've received the file object in the test data, you can reference the object in any of your workflow steps to be uploaded using a dropdown like the Google Drive File Upload action shown here:
is a MIME encoding type used for sending binary data, like files, and text data in a single HTTP request. It can also be submitted as a POST request to a Request Trigger
You can send files to a workflow or . Set up your Request Trigger with by defining the parameters or sending a test request to the provided test endpoint:
Or use our to reference the file to POST to an upload endpoint of your choosing!