send_telegram_notification
Send notifications to Telegram with text, photos, audio, or documents. Attach files via public URL or base64 data and add optional captions or formatting.
Instructions
Send a notification to the configured Telegram chat. Supports: plain text, photo, audio, or document — with an optional caption. You can send text only, media only, or media + caption together. For media: provide a media object with type and either a public url or base64Data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | No | Attach a photo, audio file, or document to the message. Supply either a public url OR base64Data (not both). | |
| message | No | Text body (or caption when media is attached). Required if no media is provided. | |
| parseMode | No | ||
| disableNotification | No |