Send Telegram message¶
Plugin ID: eca_telegram_send_message
Sends a message via Telegram bot.
Fields¶
Bot Token— config key:bot_token-
The Telegram bot token.
Type:
textfield· Required: yes · Default: empty string Chat ID— config key:chat_id-
The Telegram chat ID where the message will be sent.
Type:
textfield· Required: yes · Default: empty string Thread ID— config key:thread_id-
Optional: The specific thread ID in the chat where the message will be sent.
Type:
textfield· Required: no · Default: empty string Message— config key:message-
The message to send. You can use tokens.
Type:
textarea· Required: yes · Default: empty string Image— config key:image-
Image path or token.
Type:
textfield· Required: no · Default: empty string Inline Keyboard Buttons (YAML)— config key:buttons_yaml-
Enter buttons in YAML format. Example:
- text: "Button 1". Each button should have "text" and "callback_data" properties. You can use tokens in both text and callback_data fields. IMPORTANT: Use proper indentation (2 spaces) for callback_data.
callback_data: "action_1"
- text: "Button 2"
callback_data: "action_2"
This field supports tokens.Type:
textarea· Required: no · Default: empty string