Skip to content

Connecting Telegram

Connect a Telegram bot to Plugy in 3 minutes.

  • A Plugy account at my.plugy.me
  • A Telegram account
  • Access to @BotFather on Telegram
  1. Open Telegram and search for @BotFather
  2. Send /newbot
  3. Choose a name for your bot (e.g., “My Company Support”)
  4. Choose a username (must end in bot, e.g., mycompany_support_bot)
  5. Copy the bot token — you’ll need it next
  1. Open your project in my.plugy.me
  2. Go to Settings > Channels
  3. Click Add Channel > Telegram
  4. Paste your bot token
  5. Click Connect

Plugy automatically sets up the webhook. Your bot is now live!

Send a message to your Telegram bot. It should respond using your project’s knowledge base and rules.

  • Text — Standard text messages
  • Photos — Image analysis via AI vision
  • Voice — Automatic speech-to-text transcription
  • Inline buttons — Interactive keyboard callbacks

Bot not responding?

  • Verify the bot token is correct
  • Make sure the channel is enabled in project settings
  • Check that your project has a knowledge base configured

Webhook errors?

  • Ensure the bot token hasn’t been regenerated in @BotFather
  • Try disconnecting and reconnecting the channel