Connecting apps
Connect Telegram
Create a Telegram bot with BotFather and paste its token into Tyrbo to send messages and react to chats.
Telegram connections use a bot token issued by Telegram's own BotFather.
Create the bot and get the token
- Open a conversation with @BotFather in Telegram.
- Send
/newbot. - Choose a display name for your bot.
- Choose a username for it (must end in
bot). - BotFather replies with the token (
123456:ABC-…) — copy it.
Paste it into Tyrbo
Choose a Telegram action (Send Text Message, Send Media) or the New Update trigger, click New connection, and paste the token into the Bot Token field.
Notes
- Bots can only message chats they're part of: message your bot once (or add it to the group/channel) before expecting sends to work.
- The
chat_ida send action needs comes from the New Update trigger's output, or from tools like@userinfobot. For channels, use the@channelnamehandle and make the bot an admin.