Logo
Status Page

Status Page Documentation

Common troubleshooting topics: Creating a status page, setting up a monitor, incident management, etc.

Notification Channels Overview

StatusPage.me Dec 9, 2025 Notifications

Notification Channels Overview

Notification channels are how you receive alerts when monitors detect problems. Set up multiple channels to make sure you never miss a critical alert.

Notification channels settings


What Are Notification Channels?

A notification channel is a destination for your alerts. When a monitor detects an issue, notifications are sent to all configured channels.

You can have multiple channels and assign different monitors to different channels.


Available Channel Types

ChannelDescriptionBest For
EmailTraditional email alertsEveryone
SMSText message alertsCritical, time-sensitive alerts
WebhookHTTP POST to a URLCustom integrations
SlackMessages to Slack channelsTeam collaboration
DiscordMessages to Discord serversDeveloper communities

Setting Up Email Notifications

Email is the most common notification method:

  1. Your account email receives notifications by default
  2. Add additional email addresses for team members
  3. Choose which monitors send to which emails

Configuring Email

  1. Go to Settings or Notifications
  2. Find Email Channels
  3. Add email addresses
  4. Save your changes

Setting Up SMS Notifications

SMS provides immediate alerts for critical issues:

  1. Go to notification settings
  2. Add your phone number
  3. Verify with the confirmation code
  4. Assign monitors to receive SMS

Note: SMS availability depends on your plan and region.


Setting Up Webhooks

Webhooks send data to your own systems or third-party services:

  1. Go to notification settings
  2. Click Add Webhook
  3. Enter your webhook URL
  4. Save the channel

Webhook Payload

When triggered, webhooks send a JSON payload with:

{
  "monitor_name": "Website",
  "status": "down",
  "timestamp": "2025-12-09T12:00:00Z",
  "message": "Monitor check failed",
  "url": "https://example.com"
}

Use this to build custom dashboards, Slack bots, or automation workflows.


Setting Up Slack

Connect directly to Slack for team alerts:

  1. Go to notification settings
  2. Click Add Slack
  3. Authorize the connection
  4. Select which channel to post to
  5. Save the integration

Alerts appear in your chosen Slack channel with all relevant details.


Setting Up Discord

Popular for development teams and communities:

  1. Create a webhook in your Discord server settings
  2. Copy the webhook URL
  3. Add it as a webhook channel in StatusPage.me
  4. Test the connection

Testing Notifications

Always test your channels before relying on them:

  1. Go to your notification channels list
  2. Click Send Test next to any channel
  3. Verify you receive the test notification
  4. If not, check your configuration

Assigning Channels to Monitors

Each monitor can use different notification channels:

  1. Edit a monitor
  2. Find the Notifications section
  3. Check the channels you want to use
  4. Save the monitor

This lets you:

  • Send critical alerts via SMS
  • Route team alerts to Slack
  • Keep email for everything

Best Practices

DoDon’t
Use multiple channels for critical servicesRely on a single channel
Test regularlyAssume channels are working
Include SMS for 24/7 critical alertsUse SMS for everything (alert fatigue)
Set up Slack for team visibilityKeep all alerts private

What’s Next?

Was this article helpful?

Share this article: