Prerequisites
Before configuring, you need to create a Telegram Bot and obtain the following information:- Bot Token / Webhook URL: The Token obtained after creating a Bot via BotFather, or an accessible Telegram service proxy address.
- Chat ID: The Chat ID of the group where you want to receive notifications. You can obtain the group Chat ID by adding the Bot to the group and using the Telegram API.
Configuration steps
Add a Telegram bot notification channel in a channel’s escalation rule:Enter escalation rule configuration
Go to Channel Details → Escalation Rule → Select or create a level → Under notification methods, select Group Chat Notification → Telegram.
Enter Webhook URL
Enter the Bot Token or an accessible Telegram service proxy address.If you have previously configured a bot of the same type, the system displays historical records in the dropdown for quick selection.
Enter Chat IDs
Enter the Chat IDs of the groups that should receive notifications. Multiple Chat IDs are supported. Press Enter after each ID to confirm, and the system displays them as tags.
Set alias (optional)
You can set an alias for this bot to help you remember and distinguish different notification channels.
Advanced settings (optional)
Expand Advanced Settings to configure severity filtering:
| Setting | Description |
|---|---|
| Severity filter | Select which alert severity levels trigger notifications. Incidents with unselected severity levels will not be pushed to this Telegram group |
FAQ
Message push fails with a network error?
Message push fails with a network error?
Check whether the Webhook URL is accessible in your current network environment. Telegram services may be restricted in some regions. Consider using a reliable proxy service address.
How do I get a group chat's Chat ID?
How do I get a group chat's Chat ID?
After adding the Bot to the target group, you can call the Telegram Bot API
getUpdates method to obtain the group Chat ID. You can also use tools like @userinfobot.Can I push notifications to multiple groups simultaneously?
Can I push notifications to multiple groups simultaneously?
Yes. Enter multiple Chat IDs in the Chat IDs field to push notifications to multiple groups at the same time.