Skip to content
Docs/Messaging Platforms

Telegram Setup

Connect Telegram to chat with the AI agent and receive scheduled reports and alerts.

Create a Bot

  1. Open Telegram and message @BotFather
  2. Send /newbot and follow the prompts to choose a name and username
  3. BotFather gives you a bot token. Copy it.

Configuration

  1. Go to Settings > Messaging Platforms
  2. Expand Telegram and enter your Bot Token
  3. Save. The webhook is registered automatically.

The verification status should show "Webhook registered" after saving.

Usage

Find your bot in Telegram by searching for its username and send /start to begin chatting. The AI agent responds to any message after that.

Message Formatting

Messages from the agent are converted to Telegram HTML format with proper , , , and tags for clean rendering. The Telegram Bot API's parse_mode: "HTML" is used for delivery.

Resources

More in Messaging Platforms