Telegram
1. Create a Telegram Bot
Section titled “1. Create a Telegram Bot”- Open @BotFather in Telegram
- Send
/newbotand follow the prompts - Save the bot token provided
2. Configure the Platform Connection
Section titled “2. Configure the Platform Connection”- Navigate to Settings → Integrations → Telegram in the dashboard
- Enter your bot token
- The platform connection is created and the webhook is automatically configured
3. Create a Gateway Route
Section titled “3. Create a Gateway Route”Link a Telegram chat or group to your agent:
- Platform: TELEGRAM
- Channel ID: The Telegram chat ID (get it from the bot’s first message or use
@userinfobot) - Agent: Select your active agent
Use channel ID * for a catch-all route that handles all messages to the bot.
Features
Section titled “Features”- Text messages — Full text input/output
- Inline keyboards — Button-based interactions
- File attachments — Send and receive files
- Group support — Deploy in group chats (bot must be added as member)
Route Key Format
Section titled “Route Key Format”TELEGRAM:<chat_id>Example: TELEGRAM:123456789