Group Location
Explore Plans
Mobile menu Close menu
TelegramTelegram

Send message

This action will send a text message to a Telegram chat.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
telegram.send_message
Filter code method
Telegram.sendMessage.skip(string?: reason)
Runtime method
runAction("telegram.send_message", {})

Action fields

Chat ID Dropdown list

Label
Target chat
Helper text
Slug
chat_id
Required
true
Can have default value
false

Text Text input > HTML

Label
Message text
Helper text
Slug
text
Required
true
Can have default value
true
Filter code method
Telegram.sendMessage.setText(string: text)

Include web page preview Dropdown list

Label
Include web page preview?
Helper text
Slug
include_web_page_preview
Required
false
Can have default value
true
Filter code method
Telegram.sendMessage.setIncludeWebPagePreview(string: includeWebPagePreview)