Channel setup · Telegram
Connect your Telegram bot.
You create the bot + paste the token; we auto-capture the chat_id — no reading Telegram's JSON. ~2–3 min.
- 1
- 2
- 3
- 4
Step 1 — Create a bot in Telegram
You'll come back withBot token
- 1Find BotFatherOpen Telegram and search for @BotFather.
- 2Create a bot
/newbotSend that command to BotFather. - 3Name your botPick a display name — e.g. My Growth Officer.
- 4Pick a usernameMust end in
bot— e.g.acme_growth_officer_bot. - 5Copy the tokenBotFather replies with a line containing
HTTP API; the string after it is your token (looks like1234567:ABC-xyz...).