Docs/App Integrations/Telegram

Telegram

App Integrations

Telegram Node

Overview

Supports the following operations: HTML, MarkdownV2, Markdown (Legacy).

Configuration

PropertyTypeDefaultDescription
botTokenstring—Configuration field for botToken
chatIdstring—Configuration field for chatId
messagestring—Configuration field for message
parseModestring—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