Integration
up0 + Webhooks
Send incident events to any HTTP endpoint. Trigger runbooks, update status boards, or call internal APIs on every downtime event.
What you get
- Connect up0 to PagerDuty, OpsGenie, Jira, or any custom incident system without polling.
- Payload includes monitor ID, URL, severity, and ISO 8601 timestamp, no extra API calls needed.
- Test delivery from the dashboard before going live to confirm your endpoint handles the schema.
Setup
up0 is in early access. Here's exactly what setup looks like once your team is onboarded.
- 1Go to Settings → Notification Channels30 sec
- 2Click "Add Channel" and select Webhook10 sec
- 3Enter your endpoint URL (must accept POST requests)1 min
- 4Choose which event types to receive: incident_created, incident_resolved, monitor_paused30 sec
- 5Use "Send test event" to verify your endpoint receives the payload1 min
Example webhook payload: incident_created
{
"event": "incident_created",
"incident": {
"id": "inc_01HX...",
"title": "Production API is down",
"severity": "critical",
"status": "investigating",
"monitor": {
"id": "mon_01HX...",
"name": "Production API",
"url": "https://api.example.com/health"
},
"started_at": "2024-01-15T14:22:00Z"
}
}Set up Webhooks alerts in 5 minutes
up0 is in early access, join the waitlist to get started