Connect a Telegram bot to your Boei inbox. Customers message the bot in Telegram, conversations land in your inbox, and your AI chatbot can reply automatically.
How to get there: Go to Setup in the top menu → Business tab → Channels → Telegram.
Note: This is different from the Telegram widget channel, which just opens Telegram from your website. This page is about hosting your AI agent inside a Telegram bot so customers can chat with it directly in Telegram.
/newbotbot (e.g. acme_support_bot)123456789:ABCdef-GhIJkl...Tip: While you're in BotFather you can also run
/setdescription,/setabouttext, and/setuserpicto give your bot a name card customers will recognize.
Boei will call Telegram to verify the token and pull your bot's username automatically.
Boei automatically registers the webhook with Telegram so messages start flowing in immediately. The bot's @username is used as the channel identifier.
Incoming Telegram messages will now appear in your Boei inbox. You can:
| Problem | Solution |
|---|---|
| "Invalid bot token" when connecting | The token is wrong or revoked. Open BotFather, send /mybots, pick the bot, and use API Token → Revoke current token to generate a fresh one. |
| Messages not arriving in Boei | Recreate the channel — this re-registers the webhook with Telegram. |
| Bot doesn't reply automatically | Make sure you selected an AI Chatbot when creating the channel, and that the chatbot has training content. |
| The bot replies in groups too | Telegram channel only handles private chats. Use BotFather's /setjoingroups to disable groups entirely. |