发送JSON消息
send_json_messageSends JSON-formatted push messages to WeChat, email, and other channels via PushPlus. Use it to deliver structured data payloads to specified recipients.
Instructions
发送JSON格式的推送消息(template=json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | 好友令牌,多人用逗号隔开 | |
| pre | No | 预处理编码,仅供会员使用 | |
| title | No | 消息标题,可选 | |
| topic | No | 群组编码,不填仅发送给自己 | |
| channel | No | 推送渠道 | |
| content | Yes | 消息内容(JSON格式) |