Where downtime alerts go. Configure one or more channels (email, Slack, Discord, Telegram, webhook) and route specific monitors to specific channels.
A channel is a delivery target (e.g. "On-call Slack" or "Ops email distribution list"). A rule connects a channel to one or more monitors. The same channel can be reused by many rules; the same monitor can fan out to multiple channels.
Create one high-noise channel for the on-call team (Slack or Telegram) plus an email channel as a backup for delivery you control. Route all production monitors to both. Keep staging monitors on a separate, lower-noise channel.
curl https://monitorah.com/api/v1/notification-channels \
-X POST \
-H "Authorization: Bearer mon_live_…" \
-H "Content-Type: application/json" \
-d '{"type":"SLACK","config":{"webhookUrl":"https://hooks.slack.com/services/…"}}'