Docs
Webhooks
Use callbackUrl for one job. Use dashboard or REST account endpoints when you need HMAC signatures (Zapier REST Hooks, n8n Trigger). Verify signed POSTs against the raw body — do not parse and re-serialize JSON.
Two different delivery paths. Per-job callbackUrl is HTTPS-only and unsigned. Account endpoints (Dashboard → Webhooks or /v1/webhooks) are HMAC-signed. Do not treat callbackUrl as a signed dashboard webhook.