Telegram
App IntegrationsTelegram Node
Overview
Supports the following operations: HTML, MarkdownV2, Markdown (Legacy).
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
botToken | string | — | Bot Token for this node |
chatId | string | — | Chat or channel identifier |
message | string | — | Message content to send |
parseMode | string | — | Parse Mode for this node |
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.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Telegram in Your Workflow
Create a free account and start building AI-powered workflows with the Telegram node.
Open Workflow Editor