Webhooks

Webhooks allow you to push information from external sources to Automation workflows. Instead of using API requests, you can use a webhook to listen for incoming data and then trigger a workflow through a Webhook rule when data is received.

To use webhooks in Automation, verify that your request uses a supported Content-Type header. Then, create the webhook and create a Webhook rule. Finally, associate a workflow and add an activity to the workflow that executes when it's triggered. The incoming webhook will cause the rule to trigger the workflow.

Note:

There are some rate limits on webhooks to ensure platform integrity:

  • Webhooks support an individual payload size of up to 1 MB.
  • The maximum number of webhooks allowed is 30 per organization.
  • An external event can trigger a workflow 10 times within 1 minute.