# Message
发送消息。 使用场景:例如服务号上有一个菜单,菜单点击后,发送消息给服务号,服务号收到消息后,自动发送回复消息。
# 输入
| 名称 | 数据类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
| actionId | string | 是 | 事件id | |
| talkWithId | string | 是 | 消息接收者的id | |
| talkWithName | string | 是 | 消息接收者的名称 | |
| talkWithType | int | 是 | 消息接收者的类型,1-私聊/2-群组/4-部门/5-服务号 |
# 输出
无
# 示例
[Message]\nactionId=x\ntalkWithId=y\ntalkWithName=z\ntalkWithType=1
← Data StartCheckin →