Skip to main content

Notifications

A channel is where alerts are delivered. The Notifications page lists your channels; alarms then pick which channels to notify when they fire.

Notification channels

Columns: Name, Type (provider), Active (Active / Paused), and Updated. The row menu deletes a channel; click a row to open it.

Create a channel

New channel opens a three-step wizard — Provider → Configure → Review.

1. Provider

Pick the delivery provider. Multi-type holds configs for several providers under one channel (configured per-provider after creation).

Choose a provider

ProviderDelivers toHow to get credentials
TelegramA Telegram chat, group or channel via a botCreate a bot with @BotFather, copy the bot token, add the bot to the target chat, and use each chat's chat ID as the subscriber key.
Email (SMTP)Email through your own SMTP serverEnter SMTP host/port (587 = STARTTLS, 465 = SSL), optional username/password, and a From address. Add each recipient as a subscriber.
SlackA Slack channel via an Incoming WebhookIn Slack, activate Incoming Webhooks, add one to the workspace/channel, and copy the webhook URL.
Microsoft TeamsA Teams channel via an Incoming Webhook, or Microsoft 365 (OAuth)Add an Incoming Webhook connector in the Teams channel and copy its URL — or choose Microsoft 365 (OAuth) to connect after creation.
WebhookYour own HTTP endpoint (signed JSON POST)Set the endpoint URL; optionally set an HMAC secret — we sign each request with an X-Webhook-Signature header so you can verify authenticity.

2. Configure

Name the channel and fill the provider's fields. Each form includes a short How to set up guide.

Telegram channel configuration

Other providers collect their own fields — Email (SMTP), for example, takes your server host/port, optional credentials and a From address:

Email (SMTP) channel configuration

Secret fields (bot token, SMTP password, webhook URLs, HMAC secret) are stored encrypted. Microsoft Teams additionally offers a Delivery mode toggle — a plain Webhook URL, or Microsoft 365 (OAuth) where you authorize and pick a team on the channel page after creating it.

Microsoft Teams — delivery mode

Channel detail & subscribers

The channel page lets you rename the channel, edit its provider configuration, send a test notification, and manage subscribers — the individual destinations (a chat ID, an email, a per-subscriber webhook) that receive this channel's alerts.

Channel detail with subscribers

tip

Add at least one subscriber before relying on a channel — Send test is disabled until a channel has somewhere to deliver to. A channel with no subscribers silently delivers nothing.