企微好友动态新增事件
POST
{{接收回调的地址}}请求参数
Body 参数application/json
header
object
回调头信息
event_type
string
回调事件类型
timestamp
string
时间戳
to_app
string
可选
event
object
可选
customer_id
string
可选
外部联系人的userid
history
object
企微好友动态
示例
{
"header": {
"event_type": "string",
"timestamp": "string",
"to_app": "string"
},
"event": {
"customer_id": "string",
"history": {
"history_id": "string",
"history_type": 0,
"create_time": 0,
"create_userid": "string",
"title": "string",
"contents": "string"
}
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前