Automation
Webhook trigger
Fire a WEBHOOK-type automation by sending a POST request to its unique URL.
POST
Triggers an automation that uses the Webhook trigger type. Does not require authentication — the
webhookId acts as a secret. Keep it private.
Path parameters
The unique webhook ID from the automation’s trigger node configuration.
Request body
Send any JSON object. The entire body is available in the automation as{{payload.*}}.
Response
The execution ID for the triggered run.

