Telegram

Telegram

Certified

Tasks that send notifications via Telegram bots.

Set your Telegram bot token and chat ID to send messages (text or markdown) from Kestra workflows to chats or channels.

How to use the Telegram plugin

Send messages and execution summaries to Telegram chats via the Telegram Bot API.

Authentication

Set token to your Telegram bot token (obtained from @BotFather) and channel to the target chat ID or channel username. Store token in a secret.

Tasks

TelegramSend sends a message as a step within a flow — set payload to a JSON body for the Telegram sendMessage API (must include text). Set parseMode to HTML or MarkdownV2 to enable text formatting.

TelegramExecution sends a structured execution summary including status, duration, and an execution link, and is designed for use with a Flow trigger in a dedicated monitoring namespace that watches other namespaces for failures.