send_notification
Send structured notifications to Telegram chat, using emojis for event types (completed, error, progress, question), with optional custom icon, summary, and details.
Instructions
Send a structured notification to the configured Telegram chat.
Automatically prepends an emoji for quick visual scanning. Default emojis by event type: completed → ✅ error → ❌ progress → 🔄 question → ❓
Override the default emoji with the icon parameter when the context calls for something more specific (e.g. icon='🚀' for a deployment, '🧪' for a test run, '📊' for a report).
Args: event : Event type — 'completed', 'error', 'progress', or 'question'. summary : One-line summary shown prominently (≤200 chars recommended). details : Optional multi-line body — stack traces, next steps, metrics, etc. icon : Optional emoji to override the default event icon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | ||
| summary | Yes | ||
| details | No | ||
| icon | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |