Telegram Notification Setup
To enable Telegram notifications, you need the following:
Bot Token Generated by @BotFather when you create your bot.
Chat ID A unique identifier for the target chat (user, group, or channel).
How to create the bot and get the Bot Token
Open Telegram and start a conversation with @BotFather.
Send the command
/newbot, then follow the prompts to choose a name and username (must end with “bot”). :contentReference[oaicite:1]{index=1}After completion, @BotFather replies with a message containing:
Use this token to access the HTTP API: 123456789:ABCdefGhIJKlmNoPQRsTuvWxYZCopy this token—this is your Bot Token.
How to obtain the Chat ID
Start a chat with your new bot (send it any message).
Open in your browser:
https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdatesLook for the
"chat":{"id":...}field in the returned JSON. That number is the Chat ID. :contentReference[oaicite:3]{index=3}
Example: getUpdates response excerpt
Here, the Chat ID is 987654321.
Last updated
