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:
Copy 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:
Look 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