PagerDuty
Receive PagerDuty webhooks and forward incidents to PagerDuty via Events API v2.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for PagerDuty.
Configure PagerDuty
Add the webhook URL in your PagerDuty settings.
Auto-Detected
Alert24 auto-detects PagerDuty payloads and maps them to incidents.
Step-by-Step Setup Instructions
PagerDuty Webhook Setup
Example Webhook Payload
This is a sample payload that PagerDuty sends to Alert24 when an alert fires.
{
"event": {
"id": "evt-abc123",
"event_type": "incident.triggered",
"resource_type": "incident",
"occurred_at": "2024-01-15T10:30:00Z",
"data": {
"id": "P-abc123",
"title": "Production API returning 500 errors",
"status": "triggered",
"urgency": "high",
"html_url": "https://myorg.pagerduty.com/incidents/P-abc123",
"service": {
"summary": "Production API"
}
}
}
}How Alert24 Maps PagerDuty Data
Status Field
event.event_type
Message Field
event.data.title
Auto-Create Incidents
No
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | PagerDuty Values |
|---|---|
| operational | incident.resolved |
| down | incident.triggered |
| degraded | incident.acknowledged |
Connect PagerDuty to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Monitoring & Observability Integrations
Datadog
InboundReceive alerts from Datadog monitors and synthetics.
Prometheus / Alertmanager
InboundReceive alerts from Prometheus Alertmanager webhook receiver.
Grafana
InboundReceive alert notifications from Grafana alerting rules.
New Relic
InboundReceive New Relic alert notifications via webhook.
Pingdom
InboundReceive Pingdom uptime check alerts via webhook.
UptimeRobot
InboundReceive UptimeRobot monitor alerts via webhook.