messaging.telegram.send_message
Send formatted text messages to Telegram users or groups using Markdown or HTML for alerts, notifications, and reports through the Telegram Bot API.
Instructions
Send a text message to a Telegram user or group chat. Supports Markdown (bold, italic, code, link) and HTML formatting. Max 4096 chars. Perfect for alerts, notifications, reports (Telegram Bot API)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Telegram chat ID (number) or @channel_username (string). Get from get_updates or manually | |
| text | Yes | Message text (max 4096 chars). Supports Markdown: *bold*, _italic_, `code`, [link](url) | |
| parse_mode | No | Text formatting: "Markdown" or "HTML" (default plain text) | |
| disable_notification | No | Send silently without notification sound (default false) |