Esta página todavía está en inglés. La traducción al español está en progreso.
Telegram Integration
Telegram provides real-time messaging and notifications via a bot connected through MCP. The @clawdia agent uses it to send alerts, receive commands, and communicate with the user on the go.
Channel mode: Telegram also works as a Channel — a bidirectional chat bridge that pushes messages into your Claude Code session. Start with make telegram. See the Channels Guide for full setup including pairing and security.
Setup
1. Create a Bot
- Open Telegram and message @BotFather
- Send
/newbotand follow the prompts - Copy the Bot Token provided
2. Get Your Chat ID
- Send
/startto your new bot - Visit
https://api.telegram.org/bot<TOKEN>/getUpdates - Find
chat.idin the response
3. Configure .env
4. Start the Bot
Available Tools
Telegram is connected via MCP plugin. The following tools are available:Sending Messages
Sending Attachments
Replying to a Specific Message
Key Behaviors
- Messages sent in the Claude session are not visible to Telegram — everything must go through the
replytool - Edits do not trigger push notifications — send a new message for important updates
- The Bot API has no history or search — only incoming messages are visible
- Access control is managed via the
/telegram:accessskill
Skills That Use Telegram
Automated Routines
The Telegram bot runs continuously (make telegram) and receives messages in real time. Many routines send notification summaries to Telegram as part of their output.