Integration
up0 + OpsGenie
Route up0 incidents to OpsGenie on-call schedules. Alerts open automatically on downtime and close when monitors recover.
What you get
- OpsGenie on-call schedules route the right engineer to each alert without manual triage.
- The alias field deduplicates repeat alerts for the same monitor, preventing alert storms.
- Recovery events auto-close open OpsGenie alerts, keeping your alert queue accurate.
Setup
up0 is in early access. Here's exactly what setup looks like once your team is onboarded.
- 1In OpsGenie, create a new integration: Integrations → Add → REST API over HTTPS2 min
- 2Copy the API Key from the OpsGenie integration settings30 sec
- 3In up0: Settings → Notification Channels → Add Channel → Webhook1 min
- 4Set URL to https://api.opsgenie.com/v2/alerts and add header: Authorization: GenieKey YOUR_API_KEY1 min
- 5Use "Send test event" to confirm OpsGenie receives and acknowledges the alert1 min
OpsGenie Alerts API payload
{
"message": "Production API is down: up0",
"alias": "up0-mon_01HX",
"description": "Monitor failed at https://api.example.com/health\nStatus: 503 Service Unavailable",
"priority": "P1",
"source": "up0",
"tags": ["uptime", "production"],
"details": {
"monitor_id": "mon_01HX...",
"url": "https://api.example.com/health",
"status_code": "503",
"started_at": "2024-01-15T14:22:00Z"
}
}Set up OpsGenie alerts in 5 minutes
up0 is in early access, join the waitlist to get started