The Webhook stage
Add a Webhook stage to your workflow to fire off a payload containing file metadata and annotation data with each file that is sent through the stage.
Webhook stages fire to any open URL that will accept a payload, enabling you to send files to services like AWS Lambda, or no-code workflow tools like Zapier to create an infinite number of workflow optimisations from events that take place within V7.
Check out the video below for an example of how a webhook stage can be incorporated into a Zapier workflow to send slack messages when files are labeled with a specific tag.
To set up a Webhook stage:
- Drag and drop the Webhook stage into your workflow template.
- Plug the stage into the previous workflow stage (where the files will be flowing from) and the next workflow stages in sequence (where the files will be flowing to). Webhook Stages are a conditional stage - if files succeed in sending a payload they can be sent to the next workflow stage. If they fail, they can be sent to the next workflow stage, sent to a previous stage, or sent to a unique stage where they can be easily filtered for. By default, webhooks will be retried 5 times before they fail.
- Configure the stage by adding the webhook URL (this can be any open URL that will accept a payload), and optional authorisation header if required. You can also choose whether the webhook will send a payload that includes annotation data and file metadata, or just the file metadata.
Updated 5 months ago