<aside> đź‘‹
We can help you set this up - please contact if struggling
</aside>
Webhooks let you send data from a workflow step to an external system when a specific event occurs.
Under “Notifications” in Workflows, you can add webhook’s that push data from a state.
Go to Workflows → Notifications.
Click Add in the top-right corner.
Set Type to Webhook.
Select the step that should trigger the webhook.
Choose the state that triggers the webhook:
(Optional) “When”
Enter the Webhook URL, for example:
Define the payload using Handlebars templates.
Configure request headers, including any required API tokens.
The payload requires handlebars syntax, so make sure to use {{ order.id }} , syntax. Also ensure that the variables are wrapped in string quotes – unless you explicitly want bool / numeric values.