Telegram
Telegram is the quickest way to put your agent on a real messaging app: no approvals, no sandbox — your own bot, live in about a minute.
Create a bot with @BotFather
Section titled “Create a bot with @BotFather”- In Telegram, message @BotFather.
- Send
/newbot, pick a display name and a username ending inbot. - BotFather replies with a bot token that looks like
123456789:AAH4…. Keep it secret — it controls your bot.
Connect it to Zapito
Section titled “Connect it to Zapito”- Add (or click) a Telegram Trigger node in your flow.
- Paste the token into the Bot token field and click Connect Telegram.
- Zapito validates the token with Telegram and registers the webhook automatically — no server setup on your side.
The drawer shows the connected @username once it’s live. Messages to your bot
now run this flow while the bot is live.
- The token is your bot under your Telegram account — Zapito never pools your traffic under a shared bot, so one banned bot can’t affect anyone else.
- Pausing the bot in Zapito silences it on Telegram too.
- Disconnect Telegram in the drawer removes the webhook; you can reconnect
the same token later, or rotate it via BotFather’s
/revoke.