send_notification
Send a notification using Qinglong's configured channels (Server酱, PushPlus, Bark, Telegram, email, etc.). Optionally specify a custom channel to route the message.
Instructions
Send a notification through Qinglong's notification system (Server酱/PushPlus/Bark/Telegram/钉钉/企业微信/邮件 etc.). Provide notificationInfo with a "type" matching the configured channel and its keys, e.g. {"type":"serverChan","serverChanKey":"SCxxx"}; omit to use system default channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title (required) | |
| content | Yes | Notification content (required) | |
| notificationInfo | No | Channel config, e.g. {"type":"bark","barkPush":"devicekey"} |