telegram-automation

Automation & Intégrations

"Automate Telegram tasks via Rube MCP (Composio): send messages, manage chats, share photos/documents, and handle bot commands. Always search tools first for current schemas."

Documentation

Telegram Automation via Rube MCP

Automate Telegram operations through Composio's Telegram toolkit via Rube MCP.

Prerequisites

Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
Active Telegram connection via RUBE_MANAGE_CONNECTIONS with toolkit telegram
Always call RUBE_SEARCH_TOOLS first to get current tool schemas
Telegram Bot Token required (created via @BotFather)

Setup

Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.

1.Verify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds
2.Call RUBE_MANAGE_CONNECTIONS with toolkit telegram
3.If connection is not ACTIVE, follow the returned auth link to configure the Telegram bot
4.Confirm connection status shows ACTIVE before running any workflows

Core Workflows

1. Send Messages

When to use: User wants to send text messages to a Telegram chat

Tool sequence:

1.TELEGRAM_GET_ME - Verify bot identity and connection [Prerequisite]
2.TELEGRAM_GET_CHAT - Get chat details and verify access [Optional]
3.TELEGRAM_SEND_MESSAGE - Send a text message [Required]

Key parameters:

chat_id: Numeric chat ID or channel username (e.g., '@channelname')
text: Message text content
parse_mode: 'HTML' or 'MarkdownV2' for formatting
disable_notification: Send silently without notification sound
reply_to_message_id: Message ID to reply to

Pitfalls:

Bot must be a member of the chat/group to send messages
MarkdownV2 requires escaping special characters: _*[]()~>#+-=|{}.!
HTML mode supports limited tags: , , ,
, 

2. Send Photos and Documents

When to use: User wants to share images or files in a Telegram chat

Tool sequence:

Key parameters:

Pitfalls:

3. Manage Chats

When to use: User wants to get chat information or manage chat settings

Tool sequence:

Key parameters:

Pitfalls:

4. Edit and Delete Messages

When to use: User wants to modify or remove previously sent messages

Tool sequence:

Key parameters:

Pitfalls:

5. Forward Messages and Get Updates

When to use: User wants to forward messages or retrieve recent updates

Tool sequence:

Key parameters:

Pitfalls:

6. Manage Bot Commands

When to use: User wants to set or update bot command menu

Tool sequence:

Key parameters:

Pitfalls:

Common Patterns

Chat ID Resolution

From username:

1. Use '@username' format as chat_id (for public channels/groups)
2. For private chats, numeric chat_id is required
3. Call GET_CHAT with username to retrieve numeric ID

From GET_UPDATES:

1. Call TELEGRAM_GET_UPDATES
2. Extract chat.id from message objects
3. Use numeric chat_id in subsequent calls

Message Formatting

Known Pitfalls

Bot Permissions:

Rate Limits:

Chat Types:

Message Limits:

Quick Reference

| Task | Tool Slug | Key Params |

|------|-----------|------------|

| Verify bot | TELEGRAM_GET_ME | (none) |

| Send message | TELEGRAM_SEND_MESSAGE | chat_id, text, parse_mode |

| Send photo | TELEGRAM_SEND_PHOTO | chat_id, photo, caption |

| Send document | TELEGRAM_SEND_DOCUMENT | chat_id, document, caption |

| Edit message | TELEGRAM_EDIT_MESSAGE | chat_id, message_id, text |

| Delete message | TELEGRAM_DELETE_MESSAGE | chat_id, message_id |

| Forward message | TELEGRAM_FORWARD_MESSAGE | chat_id, from_chat_id, message_id |

| Get chat info | TELEGRAM_GET_CHAT | chat_id |

| Get chat admins | TELEGRAM_GET_CHAT_ADMINISTRATORS | chat_id |

| Get member count | TELEGRAM_GET_CHAT_MEMBERS_COUNT | chat_id |

| Export invite link | TELEGRAM_EXPORT_CHAT_INVITE_LINK | chat_id |

| Get updates | TELEGRAM_GET_UPDATES | offset, limit |

| Get chat history | TELEGRAM_GET_CHAT_HISTORY | chat_id |

| Set bot commands | TELEGRAM_SET_MY_COMMANDS | commands |

| Answer callback | TELEGRAM_ANSWER_CALLBACK_QUERY | callback_query_id |

Utiliser l'Agent telegram-automation - Outil & Compétence IA | Skills Catalogue | Skills Catalogue