Messaging
Telegram
Read messages and send via bots.
Telegram is a cloud-based messaging app with a focus on security and speed. Build bots to send messages, manage chats, and interact with users.
Triggers0
Things that can wake up your Telegram coworker.
No triggers published for Telegram yet — but you can still run it on a schedule or from a chat.
Actions2
Things your coworker can do in Telegram.
- Get Chat Member
Get a chat member's status/role (including the bot itself) to preflight permissions and troubleshoot 403/empty-history issues. Use before sending messages to verify bot membership and permissions.
TELEGRAM_GET_CHAT_MEMBER - Send Message
Send a text message to a Telegram chat using the Bot API. Bots must be members of target groups/channels with post rights. Rate limit: ~1 msg/sec per chat, ~30 msg/sec globally; exceeding returns 429 with retry_after seconds that must be honored.
TELEGRAM_SEND_MESSAGE