send_telegram_notification
Send a free-text message to the configured Telegram chat. Supports optional HTML or Markdown parsing for formatting. Does not place any orders.
Instructions
Send a free-text message to the configured Telegram chat.
Requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID in .env; if either is missing, returns {'sent': False, 'reason': 'telegram_not_configured'} without raising. parse_mode: HTML | Markdown | none. This sends a MESSAGE ONLY and never places an order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| parse_mode | No | HTML |