App
Telegram
Telegram is a cloud-based instant messaging and voice over IP service developed by Telegram Messenger LLP.
What your agent can do with Telegram
Triggers and actions 1 trigger · 14 actions
- TriggerNew Update
Triggers when Telegram delivers an update to your bot. Choose which kind of update to watch — a new message, a button press, a membership change, and so on. Telegram allows one webhook per bot, so use a single New Update trigger per bot token.
- ActionBan Chat Member
Ban a user from a group, supergroup or channel. POST https://api.telegram.org/bot{token}/banChatMember (chat_id, user_id).
- ActionDelete Message
Delete a message from a chat. POST https://api.telegram.org/bot{token}/deleteMessage (chat_id, message_id).
- ActionForward Message
Forward an existing message from one chat to another. POST https://api.telegram.org/bot{token}/forwardMessage (chat_id, from_chat_id, message_id).
- ActionGet Chat
Get up-to-date information about a chat (user, group, or channel). GET/POST https://api.telegram.org/bot{token}/getChat (chat_id).
- ActionGet Chat Member
Look up one person's membership in a chat — whether they are a member, an administrator, restricted, or have left or been banned.
- ActionReact to Message
Sets an emoji reaction on an existing message.
- ActionSend Chat Action
Send a chat action (e.g. typing, upload_photo) to indicate the bot is doing something. POST https://api.telegram.org/bot{token}/sendChatAction (chat_id, action).
- ActionSend Document
Send a general file/document to a chat. POST https://api.telegram.org/bot{token}/sendDocument (chat_id, document, caption).
- ActionSend Location
Send a point on the map to a chat. POST https://api.telegram.org/bot{token}/sendLocation (chat_id, latitude, longitude).
- ActionSend Message
Sends a message from your bot.
- ActionSend Photo
Sends a photo from your bot.
- ActionSend Poll
Sends a poll from your bot.
- ActionSend Video
Send a video to a chat. POST https://api.telegram.org/bot{token}/sendVideo (chat_id, video, caption).
- ActionUpdate Message
Edit the text of a previously sent message. POST https://api.telegram.org/bot{token}/editMessageText (chat_id, message_id, text).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Telegram API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.