Answer Callback Query
TELEGRAM_ANSWER_CALLBACK_QUERYSend notifications or alerts to users who click buttons on your Telegram bot's inline keyboard, providing immediate feedback on their actions.
Telegram
18 actions for Telegram workflows.
Operations are the actions a workflow can take in Telegram, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Configure how your Telegram bot behaves and responds to user interactions. These operations let you set command menus, handle callback queries from inline buttons, and retrieve bot metadata needed to manage bot behavior and identity within your automation workflows.
Answer Callback Query
TELEGRAM_ANSWER_CALLBACK_QUERYSend notifications or alerts to users who click buttons on your Telegram bot's inline keyboard, providing immediate feedback on their actions.
Get Bot Info
TELEGRAM_GET_MERetrieves essential information about your Telegram bot including its ID, username, and first name, helping you verify the bot is properly connected and active. Use this to confirm your bot token is valid before running automated messaging campaigns.
Set Bot Commands
TELEGRAM_SET_MY_COMMANDSDefine custom commands that users can see and select from in your Telegram bot's menu, making it easier for them to discover and interact with your bot's features.
Access and control group and channel information to understand chat structure and membership. Use these operations when you need to query chat details, member lists, administrator roles, and generate shareable invite links as part of your automation logic.
Get Chat History
TELEGRAM_GET_CHAT_HISTORYRetrieve recent messages from a specific Telegram chat to access conversations and user interactions your bot has participated in since joining the group.
Export Chat Invite Link
TELEGRAM_CREATE_CHAT_INVITE_LINKGenerate a fresh invite link for your Telegram chat that revokes any previously created primary link, making it easy to manage group access and security.
Get Chat Administrators
TELEGRAM_GET_CHAT_ADMINISTRATORSRetrieve the list of administrators managing a Telegram chat or channel to understand who has control over the group. This helps you verify permissions and identify key moderators before taking automated actions.
Get Chat Info
TELEGRAM_GET_CHATRetrieve current information about a Telegram chat including names, usernames, and chat details to keep your records up-to-date and verify chat membership status.
Get Chat Member
TELEGRAM_GET_CHAT_MEMBERRetrieve information about a specific member in a Telegram chat, including their status and role, to verify bot access and permissions before performing actions.
Get Chat Members Count
TELEGRAM_GET_CHAT_MEMBERS_COUNTRetrieve the total number of members in a Telegram chat or group where your bot has administrative access. This helps you monitor group growth and understand your community size.
Send and manipulate messages in chats using various formats including text, media, and interactive content. These operations cover the core messaging functionality you'll use to deliver notifications, share files, gather poll responses, and maintain conversation flow in your workflows.
Send Document
TELEGRAM_SEND_DOCUMENTSend files and documents to Telegram chats while preserving the original format and quality. Use this when you need to share PDFs, spreadsheets, presentations, or other documents that require high fidelity.
Send Message
TELEGRAM_SEND_MESSAGEDeliver text messages directly to Telegram chats, groups, or channels to reach your audience instantly where they're already communicating.
Delete Message
TELEGRAM_DELETE_MESSAGERemove a message from a Telegram chat to clean up conversations, correct mistakes, or maintain a professional channel. This helps you manage content and keep discussions organized by deleting outdated or irrelevant messages.
Edit Message
TELEGRAM_EDIT_MESSAGEModify the text content of messages your bot previously sent in Telegram conversations, allowing you to correct mistakes, update information, or refresh message content without resending.
Forward Message
TELEGRAM_FORWARD_MESSAGEResend messages from one Telegram chat or channel to another, preserving the original content and formatting. This helps you distribute important information across multiple groups or channels without manually retyping it.
Send Location
TELEGRAM_SEND_LOCATIONShare your business location, event venue, or meeting point directly with clients or team members through Telegram chat instantly.
Send Photo
TELEGRAM_SEND_PHOTOSends a photo to a Telegram chat, allowing you to share images with your audience, team, or customers directly through your bot. This is ideal for visual updates, product showcases, or quick image sharing.
Send Poll
TELEGRAM_SEND_POLLCreate and send interactive polls in Telegram chats to gather quick feedback, opinions, or votes from your audience directly within the messaging app.
Retrieve incoming messages and events from Telegram to trigger automation workflows. This operation fetches new updates from users and chats so your integration can react to messages, commands, and user interactions in real time.
Get Updates
TELEGRAM_GET_UPDATESRetrieves incoming messages and updates from your Telegram bot using polling, allowing you to process user messages and interactions in real-time.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.