Integrations That Work For You

Connect your status page with the tools your team already uses. Get instant notifications about incidents across Discord, Slack, Telegram, and custom webhooks.

Real-time Updates Custom Webhooks Smart Notifications

Supported Integrations

Choose the channels that work best for your team

Discord

Send incident notifications directly to your Discord channels. Perfect for development teams and gaming communities.

Features:
  • Rich embed notifications with colors and formatting
  • Real-time incident updates
  • Support for multiple webhooks
  • Automatic status change notifications
Setup: Simply add your Discord webhook URL in the notification channels settings.

Slack

Keep your team informed with Slack notifications. Integrate seamlessly with your workspace.

Features:
  • Formatted messages with blocks and attachments
  • Mentions and channel notifications
  • Thread support for incident updates
  • Multi-channel distribution
Setup: Create an incoming webhook in your Slack workspace and add the URL to your channels.

Telegram

Receive instant incident alerts on Telegram. Great for personal notifications and small teams.

Features:
  • Instant push notifications to your phone
  • Markdown formatting support
  • Bot-based integration
  • Group and channel support
Setup: Create a Telegram bot, get your chat ID, and configure both in the notification channels.

Generic Webhook

Connect to any service that accepts webhooks. Build custom integrations with your own tools.

Features:
  • POST JSON data to any endpoint
  • Custom headers and authentication
  • Flexible payload structure
  • Integrate with Zapier, Make, n8n, and more
Setup: Add your webhook URL and optionally configure custom headers for authentication.

How It Works

Set up notifications in minutes, not hours

1
Create Your Status Page

Sign up and create your first status page. Add the services and monitors you want to track.

2
Configure Notification Channels

Go to your status page settings and navigate to "Notification Channels". Add one or more integrations (Discord, Slack, Telegram, or Webhooks).

3
Receive Automatic Notifications

When you create or update an incident, all configured channels will receive instant notifications. Your team stays informed without manual updates.

Popular Use Cases

How teams are using our integrations

Dev Teams

Send notifications to Discord or Slack channels where your engineering team collaborates. Keep everyone in sync during incidents.

Workflow Automation

Use webhooks to trigger automated workflows in Zapier, Make, or n8n. Create tickets, send emails, or update dashboards automatically.

Real-time Alerts

Get instant mobile notifications via Telegram when critical services go down. Perfect for on-call engineers and SRE teams.

Webhook Payload Example

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"
    }
  ]
}
Use this structured data to build custom integrations, dashboards, or automation workflows.

Ready to Get Started?

Set up your integrations in minutes and never miss an incident update.

Frequently Asked Questions

Yes! You can configure as many notification channels as you need. Send notifications to Discord, Slack, Telegram, and custom webhooks simultaneously.

We don't impose rate limits on our side, but keep in mind that Discord, Slack, and Telegram have their own rate limiting. We handle retries automatically if a notification fails.

Currently, notifications use a standard format optimized for each platform. For custom formatting, you can use generic webhooks and process the JSON payload in your own service.

We automatically retry failed webhooks with exponential backoff. If all retries fail, you'll see the error in your notification channels dashboard, and we'll notify you via email.

Yes! All integrations (Discord, Slack, Telegram, and webhooks) are available on all plans, including the free plan. Higher tier plans may have additional channels or features.