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.
| Tool | Description |
|---|---|
| sendMessage | Sends a text message to a specified chat or user. |
| sendLocation | Sends geographic coordinates to a chat as a location. |
| sendMediaGroup | Sends multiple photos or videos together as an album. |
| sendChatAction | Displays a typing or other action indicator in a chat. |
| editMessageText | Modifies the text content of a previously sent message. |
| deleteMessage | Removes a message from a chat permanently. |
| pinChatMessage | Pins a message to the top of a chat. |
| unpinChatMessage | Removes a pinned message from the top of a chat. |
| getChat | Retrieves detailed information about a chat. |
| getChatAdministrators | Retrieves a list of administrators in a chat. |
| getChatMember | Retrieves information about a specific member in a chat. |
| leaveChat | Removes the bot from a chat. |
| setChatTitle | Changes the title or name of a chat. |
| setChatDescription | Changes the description text of a chat. |
| answerCallbackQuery | Responds to a user interaction from an inline button. |
| answerInlineQuery | Provides search results for an inline query. |
| getFile | Retrieves metadata and download information for a file. |
| getWebhookInfo | Retrieves the current webhook configuration status. |
| deleteWebhook | Removes the current webhook configuration. |