Logo
Status Page

Incident & uptime alerts where your team already works

Stream incident and uptime alerts from StatusPage.me into the tools your team already uses.
Keep engineers and on-call teams in sync across Discord, Slack, Telegram, Microsoft Teams, Pushover, email and custom webhooks.

✨ Included on every plan • No per-channel pricing • Set up in minutes

Real-time alerts Team & incident updates Webhook-friendly JSON

StatusPage.me integrations

Connect your status pages and monitors to the channels your team already lives in.

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.
View Setup Instructions

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.
View Setup Instructions

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.
View Setup Instructions

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.
View Setup Instructions

Microsoft Teams

Send incident alerts directly to Microsoft Teams channels. Perfect for enterprise teams already using the Teams ecosystem.

Features:
  • Rich adaptive cards with colors and buttons
  • Integration with Teams channels and conversations
  • Real-time incident and status notifications
  • Enterprise-grade security and compliance
Setup: Create an incoming webhook in your Teams channel and add it to the notification channels settings.
View Setup Instructions

Pushover

Receive mobile push notifications on iOS and Android devices. Get alerts on your phone instantly.

Features:
  • Instant push notifications to mobile devices
  • Works on iOS and Android platforms
  • Priority levels for critical alerts
  • Notification sounds and vibration alerts
Setup: Create a Pushover application, get your user key, and add your app token to the notification channels.
View Setup Instructions

Email

Receive incident notifications via email. The classic, reliable notification method that works everywhere.

Features:
  • Rich HTML email formatting
  • Incident details with direct links
  • Support for multiple email addresses
  • Works on all devices and email clients
Setup: Your account email receives notifications by default. Add additional email addresses for team members.
View Setup Instructions

How alerts flow from StatusPage.me to your tools

Go from first failed check to team-wide notifications in three simple steps.

1
Create your status page & monitors

Sign up, create your first status page and add the services and monitors you want to track across regions.

2
Connect your notification channels

In your status page settings, open "Notification Channels" and add the integrations you need: Discord, Slack, Telegram, Microsoft Teams, Pushover, email or generic webhooks.

3
Let StatusPage.me handle the alerts

When monitors detect issues or you create or update an incident, all configured channels receive instant notifications. Your team hears about problems before your customers do.

Popular ways teams use integrations

From on-call alerts to automation, plug StatusPage.me into the rest of your stack.

Dev Teams

Send alerts to Discord or Slack channels where your engineering team already collaborates. Keep everyone in sync during incidents without copy‑pasting updates.

Workflow Automation

Use webhooks to trigger workflows in Zapier, Make or n8n. Create tickets, send emails, page on‑call or update internal dashboards automatically.

Real-time Alerts

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

Webhook Payload Example

Build custom integrations, dashboards and automations 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 plug StatusPage.me into your stack?

Connect Discord, Slack, Telegram, Microsoft Teams, Pushover, email and webhooks in a few clicks and keep every incident and uptime check in sync.

Frequently asked questions about integrations

How incident and uptime alerts flow into Discord, Slack, Telegram, Teams, Pushover, email and webhooks.

Yes! You can configure as many notification channels as you need. Send notifications to Discord, Slack, Telegram, Microsoft Teams, Pushover, email, 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 every plan, including the Free plan. Higher tiers give you more status pages, monitors and subscribers – not different alert channels.

Not yet. Right now StatusPage.me focuses on rich notifications via Discord, Slack, Telegram, Microsoft Teams, Pushover, email and webhooks. SMS might come later, but you can already plug into SMS providers using webhooks and your own automation.