Types
Webhook
Send signed JSON POST callbacks for incidents, monitor events, and maintenance.
Receive machine-readable POSTs for automation.
Event Delivery
HTTP POST with JSON body (UTF-8). Includes event type, timestamp, identifiers, and payload object.
Setup
- Provide your HTTPS endpoint URL.
 - (Optional) Add a secret token (sent in 
X-Signatureheader HMAC). - Choose subscribed events.
 - Save and trigger a test.
 
Retry Behavior
If your endpoint returns 5xx or times out, the platform will not retry. Keep handler idempotent.