Notifications
Telegram
Create a bot
- Open Telegram and start a chat with @BotFather
- Send
/newbotand follow the prompts - Copy the token — it looks like
123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
Get your chat ID
Personal chat:
- Start a chat with your bot and send any message
- Open
https://api.telegram.org/bot<TOKEN>/getUpdates - Find
"chat":{"id":123456789}— that's your chat ID
Group or channel:
- Add the bot to the group/channel and send a message
- Open the same URL — group IDs are negative (e.g.
-100123456789)
Configure
Message format
Messages are plain text, up to 4096 characters. Longer digests are truncated with ....
Slack
Coming in v0.3
Slack support is planned. Track progress in GitHub Issues.