Telegram
App IntegrationsTelegram Node
Overview
Supports the following operations: HTML, MarkdownV2, Markdown (Legacy).
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
botToken | string | — | Configuration field for botToken |
chatId | string | — | Configuration field for chatId |
message | string | — | Configuration field for message |
parseMode | string | — | Configuration field for parseMode |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{telegram.message_id}}anyOutput field: message_id
{{telegram.chat_id}}anyOutput field: chat_id
Examples
Basic Usage
Example configuration:
{
"botToken": "value",
"chatId": "value",
"message": "value",
"parseMode": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Telegram in Your Workflow
Create a free account and start building AI-powered workflows with the Telegram node.
Open Workflow Editor