Notifications
Telegram integration
Send alerts to a Telegram chat via a bot.
Telegram notifications use a bot account to send messages to a chat.
Create a bot and get the chat ID
- Open a chat with @BotFather in Telegram.
- Send
/newbotand follow the prompts. Copy the bot token BotFather returns — it looks like123456:ABC-DEF.... - Start a chat with your bot (or add it to a group), then send it any message.
- Fetch
https://api.telegram.org/bot<token>/getUpdatesin a browser and copy thechat.idfrom the JSON response. For groups the ID is negative.
Add the notification in Checkmate
- Open Notifications in the sidebar.
- Click Create notification and pick Telegram.
- Enter:
- Address — the chat ID.
- Access token — the bot token from BotFather.
- Click Test, then Save.
Both fields are required. The bot must already be a member of the chat (and allowed to post, for groups with restrictions).