send_telegram_alert
Send formatted Telegram alerts with severity levels (info, warning, critical). Notify users about DeFi events or wallet analytics in a specified chat.
Instructions
Send a formatted message to a Telegram chat. Use this when the user explicitly asks to send information to Telegram, get an alert, or be notified. Requires the user's Telegram chat ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Telegram chat ID (numeric ID or @username) | |
| message | Yes | Message content (supports Markdown formatting) | |
| severity | No | Message severity level - affects emoji prefix (default: info) |