Skip to content

Telegram nodes

Tools for sending messages and media via Telegram.  These nodes are also served as MCP tools on the telegram MCP server. Back to the full node reference.

Telegram Send Media

telegram_send_media · natural-language configurable · 3 credits on Cloud

Send a media file to a Telegram chat.

Credential: Telegram (API key)

Parameters

FieldTypeRequiredDescription
chatIdstringTelegram chat identifier where the media will be sent.
mediaUrlsarray<string>List of media URLs to send to the Telegram chat.

Output

Returns a list of records — reference fields downstream as $<node>.error.

FieldTypeDescription
errorstringError message when the media send failed.
messageIdintegerIdentifier of the sent Telegram message.
statusbooleanWhether the media was sent successfully.

Telegram Send Message

telegram_send_message · natural-language configurable · 3 credits on Cloud

Send a text message to a Telegram chat.

Credential: Telegram (API key)

Parameters

FieldTypeRequiredDescription
chatIdstringTelegram chat identifier where the message will be sent.
textstringText content of the Telegram message.

Output

Returns a list of records — reference fields downstream as $<node>.messageId.

FieldTypeDescription
messageIdintegerIdentifier of the sent Telegram message.
statusbooleanWhether the Telegram message was sent successfully.