Connect your status page with the tools your team already uses. Get instant notifications about incidents across Discord, Slack, Telegram, and custom webhooks.
Choose the channels that work best for your team
Send incident notifications directly to your Discord channels. Perfect for development teams and gaming communities.
Keep your team informed with Slack notifications. Integrate seamlessly with your workspace.
Receive instant incident alerts on Telegram. Great for personal notifications and small teams.
Connect to any service that accepts webhooks. Build custom integrations with your own tools.
Set up notifications in minutes, not hours
Sign up and create your first status page. Add the services and monitors you want to track.
Go to your status page settings and navigate to "Notification Channels". Add one or more integrations (Discord, Slack, Telegram, or Webhooks).
When you create or update an incident, all configured channels will receive instant notifications. Your team stays informed without manual updates.
How teams are using our integrations
Send notifications to Discord or Slack channels where your engineering team collaborates. Keep everyone in sync during incidents.
Use webhooks to trigger automated workflows in Zapier, Make, or n8n. Create tickets, send emails, or update dashboards automatically.
Get instant mobile notifications via Telegram when critical services go down. Perfect for on-call engineers and SRE teams.
Build custom integrations with our structured JSON payload
{
"event": "incident.created",
"timestamp": "2025-10-27T12:34:56Z",
"status_page": {
"id": "123",
"name": "My Status Page",
"url": "https://status.example.com"
},
"incident": {
"id": "456",
"title": "Database Connection Issues",
"status": "investigating",
"impact": "major",
"message": "We are investigating reports of slow database queries...",
"created_at": "2025-10-27T12:30:00Z",
"updated_at": "2025-10-27T12:34:56Z"
},
"affected_components": [
{
"id": "789",
"name": "API Server",
"status": "degraded_performance"
}
]
}
Set up your integrations in minutes and never miss an incident update.