Bot Token
✈️ Telegram
Send messages and run a real-time inbox via the daemon.
What you can do
- Send Markdown/HTML messages from any script
- Pull unread messages from the daemon-managed inbox
- Auto-reply to threads with one CLI call
Setup
agentio telegram profile add
Command reference
-
agentio telegram send [message]Send a message to the channel
--profile <name>--parse-mode <mode>--silent -
agentio telegram inbox pullGet pending messages from inbox
--profile <name>--limit <n>--status <status> -
agentio telegram inbox get <id>Get a specific inbox message
-
agentio telegram inbox ack <id>Mark a message as done
-
agentio telegram inbox reply <id> [message]Reply to an inbox message
-
agentio telegram inbox statsGet inbox statistics
--profile <name> -
agentio telegram outbox send [message]Queue a message for sending
--profile <name>--to <chat-id>--parse-mode <mode> -
agentio telegram outbox status <id>Check send status of a message
-
agentio telegram outbox listList outbox messages
--profile <name>--status <status>--limit <n>
MCP tools
-
telegram_sendSend a message to the channel
-
telegram_inbox_pullGet pending messages from inbox
-
telegram_inbox_getGet a specific inbox message
-
telegram_inbox_ackMark a message as done
-
telegram_inbox_replyReply to an inbox message
-
telegram_inbox_statsGet inbox statistics
-
telegram_outbox_sendQueue a message for sending
-
telegram_outbox_statusCheck send status of a message
-
telegram_outbox_listList outbox messages
Related changelog entries
- feat add LLM-friendly examples to all telegram commands 5018bd4