Skip to content

Telegram

Send notifications to Telegram chats, groups, or channels using a Telegram Bot.

Configuration

FieldDescriptionDefaultRequired
Bot TokenTelegram Bot API token from @BotFather-
Chat IDTarget chat, group, or channel ID-
Parse ModeMessage format: HTML, MarkdownV2, MarkdownHTML
Disable NotificationSend silently (no notification sound)false

Setup Guide

  1. Open Telegram → search @BotFather → send /newbot → copy the Bot Token
  2. Get your Chat ID:
    • Private chat: Message your bot, then open https://api.telegram.org/bot<TOKEN>/getUpdates → find "chat": { "id": ... }
    • Group: Add bot to group, send a message, check /getUpdates (ID is negative, e.g. -1001234567890)
    • Channel: Add bot as admin, use @channel_username or numeric ID from /getUpdates
  3. In DBackup: NotificationsAdd NotificationTelegram
  4. Enter Bot Token and Chat ID → TestSave

Troubleshooting

ErrorSolution
401: UnauthorizedBot Token is invalid - regenerate via @BotFather
400: chat not foundChat ID is wrong, or bot hasn't been messaged yet
403: bot was blockedUser blocked the bot - unblock it in Telegram
403: bot is not a memberAdd the bot to the group/channel first

Released under the GNU General Public License. | Privacy · Legal Notice