FAQ
Webhooks vs HTTP requests?
We use Webhooks for executing tasks as the expected runtime of these jobs can exceed default HTTP timeouts (1 minute)How do we handle webhook authentication? (ie how can we handle callbacks?)
Webhook common parameters
| Parameter | Type | Required? | Sample Value | Description |
|---|---|---|---|---|
| webhook_callback_url | String | yes | … |

