Skip to main content
Webhooks are recommended for production automations. Polling is simpler for the first integration, but webhooks reduce wait time and request volume.

Events

Payload

Security

Each delivery includes these headers: Verify the signature before processing the event. The signed payload is <timestamp>.<raw_json_body> using the endpoint signing secret.