Skip to main content
Feedback

Telegram Bot API MCP connector

Telegram Bot API is Telegram's platform for building automated bots that send and receive messages, manage channels, and interact with users on the Telegram messaging platform. The Telegram Bot API MCP connector allows AI agents to send text messages, share media like photos and videos as albums, and manage chat actions like pinning or deleting messages. It also supports editing existing messages, retrieving chat information and administrators, and broadcasting location data to users.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Telegram Bot API MCP connector to perform the following actions:

  • Broadcast announcements to customer groups and channels on Telegram instantly
  • Collect user feedback and responses through callback queries in Telegram conversations
  • Automate order confirmations and shipping updates via Telegram messaging
  • Manage Telegram group settings, titles, and descriptions without manual intervention
  • Share product photos and videos as albums directly to Telegram users
  • Route support inquiries and escalate messages within Telegram chat workflows
  • Monitor chat membership and administrator status across Telegram communities

Example prompts

Use the following example prompts to invoke Telegram Bot API MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Send a welcome message to new customers in Telegram Bot API.
  • Share our product catalog as a photo album through Telegram Bot API.
  • Get the list of administrators in our Telegram support group using Telegram Bot API.
  • Update the group description in our Telegram community using Telegram Bot API.
  • Delete an outdated announcement message from Telegram Bot API.
  • Pin the latest promotion to the top of our Telegram channel using Telegram Bot API.
  • Retrieve customer information from a specific Telegram chat using Telegram Bot API.
  • Send a location to users in Telegram Bot API for store directions.
  • Answer customer questions submitted through inline queries in Telegram Bot API.

Telegram Bot API MCP connector tools

The Telegram Bot API MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
sendMessageSends a text message to a specified chat or user.
sendLocationSends geographic coordinates to a chat as a location.
sendMediaGroupSends multiple photos or videos together as an album.
sendChatActionDisplays a typing or other action indicator in a chat.
editMessageTextModifies the text content of a previously sent message.
deleteMessageRemoves a message from a chat permanently.
pinChatMessagePins a message to the top of a chat.
unpinChatMessageRemoves a pinned message from the top of a chat.
getChatRetrieves detailed information about a chat.
getChatAdministratorsRetrieves a list of administrators in a chat.
getChatMemberRetrieves information about a specific member in a chat.
leaveChatRemoves the bot from a chat.
setChatTitleChanges the title or name of a chat.
setChatDescriptionChanges the description text of a chat.
answerCallbackQueryResponds to a user interaction from an inline button.
answerInlineQueryProvides search results for an inline query.
getFileRetrieves metadata and download information for a file.
getWebhookInfoRetrieves the current webhook configuration status.
deleteWebhookRemoves the current webhook configuration.
On this Page