Notification Channels
Notifications & Alerts
Updated Apr 4, 2026
Notification channels are the destinations where Chglog sends alerts when something goes wrong (or recovers).
Supported channels
- Slack — uses incoming webhooks. Optionally label the channel by appending
#channel-nameto the webhook URL. - Microsoft Teams — uses Power Automate / Workflows incoming webhooks.
- Discord — uses Discord server channel webhooks with rich embeds.
- Custom Webhook — sends a signed JSON payload to any HTTPS endpoint you control. Perfect for building your own integrations (SMS, PagerDuty, Telegram, etc.). See full documentation →
Adding a channel
- Go to Notifications in the sidebar (team admin required).
- Switch to the Webhook Integrations tab.
- Click Add Webhook and choose the type from the dropdown.
- Paste the webhook URL (and optionally a signing secret for Custom Webhooks).
- Click Add.
Webhook limit
Each team can have up to 10 webhooks. The counter is shown next to the Active Webhooks heading. Remove unused webhooks to free up slots.
Testing a channel
After creating, click Test to send a sample notification. This verifies the webhook URL is valid and the message appears in the correct channel.
Removing a channel
Click Remove next to any webhook to delete it. This also removes it from all per-check recipient assignments.