Trigger agent workflows with custom API calls from any external system
Option | Description |
---|---|
Handle in same task | Process follow-up requests in the same workflow |
Create new task | Spawn a new task for each follow-up webhook call |
Ignore | Ignore follow-up webhook requests |
Data Source | Variable Reference | Description |
---|---|---|
Request Body | {{webhook_received.request.body}} | The full JSON payload from the request. |
Headers | {{webhook_received.request.headers}} | All request headers. |
Query Params | {{webhook_received.request.query}} | Any parameters from the webhook URL. |
Send POST Request to Callback
callbackURL
field in your webhook request bodyResponse Patterns
Secure Your Webhooks
Handle Errors Gracefully
Test Thoroughly