DashboardSign inStart your trial

Telegram

Reference

18 actions for Telegram workflows.

01. Operations

Act on Telegram from a workflow

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.

Bot Configuration

3 operations

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.

Action

Answer Callback Query

TELEGRAM_ANSWER_CALLBACK_QUERY

Send notifications or alerts to users who click buttons on your Telegram bot's inline keyboard, providing immediate feedback on their actions.

5 input
Action

Get Bot Info

TELEGRAM_GET_ME

Retrieves 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.

Action

Set Bot Commands

TELEGRAM_SET_MY_COMMANDS

Define 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.

3 input

Chat Management

6 operations

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.

Actionβ˜… Featured

Get Chat History

TELEGRAM_GET_CHAT_HISTORY

Retrieve recent messages from a specific Telegram chat to access conversations and user interactions your bot has participated in since joining the group.

4 input
Action

Export Chat Invite Link

TELEGRAM_CREATE_CHAT_INVITE_LINK

Generate a fresh invite link for your Telegram chat that revokes any previously created primary link, making it easy to manage group access and security.

1 input
Action

Get Chat Administrators

TELEGRAM_GET_CHAT_ADMINISTRATORS

Retrieve 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.

1 input
Action

Get Chat Info

TELEGRAM_GET_CHAT

Retrieve current information about a Telegram chat including names, usernames, and chat details to keep your records up-to-date and verify chat membership status.

1 input
Action

Get Chat Member

TELEGRAM_GET_CHAT_MEMBER

Retrieve information about a specific member in a Telegram chat, including their status and role, to verify bot access and permissions before performing actions.

2 input
Action

Get Chat Members Count

TELEGRAM_GET_CHAT_MEMBERS_COUNT

Retrieve 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.

1 input

Messages

8 operations

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.

Actionβ˜… Featured

Send Document

TELEGRAM_SEND_DOCUMENT

Send 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.

9 input
Actionβ˜… Featured

Send Message

TELEGRAM_SEND_MESSAGE

Deliver text messages directly to Telegram chats, groups, or channels to reach your audience instantly where they're already communicating.

7 input
Action

Delete Message

TELEGRAM_DELETE_MESSAGE

Remove 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.

2 input
Action

Edit Message

TELEGRAM_EDIT_MESSAGE

Modify 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.

7 input
Action

Forward Message

TELEGRAM_FORWARD_MESSAGE

Resend 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.

4 input
Action

Send Location

TELEGRAM_SEND_LOCATION

Share your business location, event venue, or meeting point directly with clients or team members through Telegram chat instantly.

10 input
Action

Send Photo

TELEGRAM_SEND_PHOTO

Sends 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.

7 input
Action

Send Poll

TELEGRAM_SEND_POLL

Create and send interactive polls in Telegram chats to gather quick feedback, opinions, or votes from your audience directly within the messaging app.

15 input

Updates

1 operation

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.

Actionβ˜… Featured

Get Updates

TELEGRAM_GET_UPDATES

Retrieves incoming messages and updates from your Telegram bot using polling, allowing you to process user messages and interactions in real-time.

4 input
What now

Use Telegram in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.