Event delivery (outbound)
After you subscribe via `POST /settings/webhooks`, Scheduler Zero POSTs this body to your target URL each time a matching event fires. When a `secret` is set, the request carries an `X-Webhook-Signature` (hex HMAC-SHA256 of the raw body).
After you subscribe via POST /settings/webhooks, Scheduler Zero POSTs this body to your target URL each time a matching event fires. When a secret is set, the request carries an X-Webhook-Signature (hex HMAC-SHA256 of the raw body).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The JSON body POSTed to a subscribed webhook URL when an event fires.
Response Body
Example Requests
The JSON body POSTed to a subscribed webhook URL when an event fires.
/event-delivery