v1
latestOpenAPI 3.0.02026-07-1313126.3 KBwebhooks
Trigger automation with webhook
This endpoint triggers an Automation with a Webhook as the trigger.
post/webhook/automation/{automation_id}
Path parameters
automation_idstring required
The unique ID of the automation associated with the webhook. Only Automations using the Webhook trigger are supported.
Request body
object required
The body of the request can be any arbitrary JSON object. There are no required fields, and you can send any data your external system needs to trigger the automation and pass it into downstream actions.
While an Automation is in Draft Mode, this data will be used to update the test values for the automation. In Live Mode, this data will trigger the automation to process the data in real-time.
Response
Successful response