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.

  1. 1
    Go to Settings → Notification Channels
    30 sec
  2. 2
    Click "Add Channel" and select Webhook
    10 sec
  3. 3
    Enter your endpoint URL (must accept POST requests)
    1 min
  4. 4
    Choose which event types to receive: incident_created, incident_resolved, monitor_paused
    30 sec
  5. 5
    Use "Send test event" to verify your endpoint receives the payload
    1 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

Join the waitlistSee all featuresView pricing