Alert Channels
Configure where and how you receive notifications when alerts are triggered.
Overview
Alert channels define how you're notified when KPI thresholds are breached, drift is detected, or anomalies occur. Configure multiple channels for different severity levels and teams.
Supported Channels
Send alerts to individual or group email addresses.
- Supports multiple recipients
- HTML formatted alerts with details
- Configurable subject line
Slack
Post alerts to Slack channels via webhook.
- Rich message formatting
- Action buttons for quick response
- Thread replies for updates
Microsoft Teams
Post alerts to Microsoft Teams channels via incoming webhook.
- Adaptive Card formatting
- Action buttons for quick response
- Channel-level targeting
Telegram
Send alerts to Telegram chats via bot integration.
- Bot-based message delivery
- Group and channel targeting
- Rich text formatting
Webhook
Send alerts to any HTTP endpoint.
- Custom payload format
- Authentication headers
- Retry on failure
Creating Alert Channels
Via UI
- Navigate to Controls → Alert Channels
- Click Add Channel
- Select channel type (Email, Slack, Microsoft Teams, Telegram, Webhook)
- Configure channel settings
- Test the channel
- Save
Email Configuration
Name: Engineering Team
Type: Email
Recipients:
- eng-alerts@company.com
- oncall@company.comSlack Configuration
Name: Slack Alerts
Type: Slack
Webhook URL: https://hooks.slack.com/services/T00/B00/xxx
Channel: #ai-alertsTelegram Configuration
Name: Telegram Alerts
Type: Telegram
Bot Token: your-bot-token
Chat ID: -100123456789Webhook Configuration
Name: Custom Webhook
Type: Webhook
URL: https://api.yourservice.com/alerts
Method: POST
Headers:
Authorization: Bearer your-token
Content-Type: application/jsonUsing Alert Channels
Once created, alert channels can be assigned to:
💡
Best Practice
Create separate channels for different severity levels. Route critical alerts to a dedicated Slack or Teams channel and warnings to a general channel.
Testing Channels
Before using a channel in production:
- Click the Test button on the channel
- Verify you receive the test notification
- Check the message format is correct
Alert Payload
Alerts include the following information:
- Title - Alert summary
- Severity - Warning or Critical
- Source - KPI, Drift, or Anomaly rule
- Workflow - Affected workflow
- Value - Current metric value
- Threshold - Configured threshold
- Timestamp - When alert triggered
- Link - Direct link to TuringPulse