Webhook alerts
Webhook alerts for your own automation
POST a clean JSON payload to your own endpoint on every incident, and build whatever you need on top: a PagerDuty bridge, a custom on-call flow, or an internal dashboard. Optionally HMAC-signed so you can verify it came from PageWarden.
A clean JSON payload
Each event is a structured payload with the monitor, the status, the finding and, on Starter and Pro, the diagnosis, so your code has everything it needs.
Verify the source
Sign the payload with an HMAC secret and check the signature on your end, so you can trust that the request came from PageWarden.
Bridge to anything
Route incidents into PagerDuty, an internal service, or a serverless function. If it accepts an HTTP POST, PageWarden can drive it.
Setup
Connect Webhooks in a few steps
- 1In PageWarden, add a Webhook destination with your endpoint URL.
- 2Optionally set an HMAC signing secret, and verify the signature on your endpoint.
- 3Send a test and confirm your endpoint receives the payload.
- 4Route any monitor to the Webhook destination.
Sample
What the payload carries
monitor: acme.com
status: down, confirmed from 3 of 5 regions
finding: HTTP 503; diagnosis included on Starter and Pro
Webhooks is a paid channel, available on Hobby and up. The diagnosis line is on Starter and Pro. Email alerts are on every plan.
Questions
Webhooks alerts, answered
More channels
Other alert integrations
Start watching your sites in two minutes.
Free plan, no credit card. 3-day trial on any paid plan.