Back to OverviewDispatcher Active
Automated Dispatch
Zero delay integration pipeline. Automatically dispatch alerts, invoke custom webhooks, and page on-call engineering schedules the instant an outage signature is validated.
Incident Dispatch Flow Simulator
Outage Event Triggered
[Sentinel Status: WAIT]
Payload Assembly & Signing
[Waiting for event...]
Multi-Channel Broadcasting
[Waiting for payload...]
STANDBY
Integration Payload Console
{
"event": "incident.triggered",
"id": "inc_982x812",
"timestamp": "2026-08-17T18:35:23.871Z",
"monitor": {
"name": "payment-api-gateway",
"url": "https://api.your-app.com/pay"
},
"metrics": {
"status": 503,
"error": "Service Unavailable",
"avg_latency": "2480ms"
}
}Integrates instantly with PagerDuty, Slack, Opsgenie, and Discord.
Signed Webhooks
All POST payload calls contain a custom sha256 signature header, allowing your endpoint to verify the integrity and origin of the request.
Retry Backoff
Automatic retry with exponential backoff ensures delivery even during temporary network interruptions on third-party webhook receivers.
Payload Customization
Customize JSON schemas to match your internal format requirements directly inside our integrations panel.