添加待办
POST
/wework/sendRawMessage注意:
1.仅可给企业内部成员添加待办
2.如果好友昵称改过备注则只能使用备注名调用
请求参数
Query 参数
robotId
string
客户端链接唯一标识
示例值:
{{robot_id}}
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
socketType
integer
必需
通讯类型 固定值=2
list
array [object {3}]
必需
type
integer
必需
消息类型 固定值=221
titleList
array[string]
内部用户昵称
receivedContent
string
待办事项内容
示例
{
"socketType": 2,
"list": [
{
"type": 221,
"titleList": [
"仑哥(这里改成你的微信昵称或群名)"
],
"receivedContent": "你的待办事项是xxx"
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
number
必需
message
string
必需
data
string
必需
示例
{
"code": 0,
"message": "string",
"data": "string"
}
最后修改时间: 1 年前