发送HTML消息
send_html_messageSend HTML-formatted push notifications to WeChat, email, and other channels. Use custom HTML content to deliver rich messages directly to recipients or groups.
Instructions
发送带有HTML格式的推送消息(template=html)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | 好友令牌,多人用逗号隔开 | |
| pre | No | 预处理编码,仅供会员使用 | |
| title | No | 消息标题,可选 | |
| topic | No | 群组编码,不填仅发送给自己 | |
| channel | No | 推送渠道 | |
| content | Yes | 消息内容(HTML格式) |