Skip to content

Notifications

Telegram

Create a bot

  1. Open Telegram and start a chat with @BotFather
  2. Send /newbot and follow the prompts
  3. Copy the token — it looks like 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11

Get your chat ID

Personal chat:

  1. Start a chat with your bot and send any message
  2. Open https://api.telegram.org/bot<TOKEN>/getUpdates
  3. Find "chat":{"id":123456789} — that's your chat ID

Group or channel:

  1. Add the bot to the group/channel and send a message
  2. Open the same URL — group IDs are negative (e.g. -100123456789)

Configure

notify:
  telegram:
    token: "123456:ABC-..."
    chat_id: "-100123456789"

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.