How to set up a Telegram bot
To be able to send event notifications in Telegram chats, groups and channels, create a Telegram bot and obtain a token for its managing.
This instruction is created based on the latest version of Telegram as of this writing. Due to possible changes to the procedures described here, we suggest that you consult the official Telegram documentation or contact their support in case you have any questions.
To create a Telegram bot:
In Telegram, send the
/newbot
command to @BotFather.Follow the instructions and specify the following information:
Enter a name for your Telegram bot.
Enter a username for your bot. It must end with “bot” (such as
NotificationsBot
ornotifications_bot
).
Copy the displayed token that is required to authorize your bot and send requests to the Bot API.
In the B2CORE Back Office, navigate to Systems > Settings.
Paste the copied token into the Bot API Token field displayed under the Telegram Bot section.
Click Save to apply the changes.
Last updated