In a telegram client find the bot with name @BotFather
Creates new bot with a command /newbot
Coping Access Token to the balerter configuration
We need to know ‘chat id’. We can use the utility tgtool
from balerter team
tgtool -token <TELEGRAM_BOT_TOKEN>
or
docker run --rm balerter/tgtool -token <TELEGRAM_BOT_TOKEN>
Send a message to you bot and you will see chat ID in the tgtool
output