跟进记录新增
POST
{{接收回调的地址}}请求参数
Body 参数application/json
header
object
回调头信息
event_type
string
回调事件类型
timestamp
string
时间戳
to_app
string
回调appid
event
object
可选
progress_id
string
跟进记录id
create_user_id
string
创建人id
type
integer
可选
跟进记录类型 0-手机号线索 1-企微好友 3-企业 4-访客 6-群 7-商机
business_related_id
string
可选
业务关联id,type=0 时表示手机号线索id
image_file
string
可选
跟进记录图片文件地址,多个使用逗号分割
content
string
跟进记录内容
create_time
integer
可选
创建时间,13位时间戳,精确到秒
示例
{
"header": {
"event_type": "string",
"timestamp": "string",
"to_app": "string"
},
"event": {
"progress_id": "string",
"create_user_id": "string",
"type": 0,
"business_related_id": "string",
"image_file": "string",
"content": "string",
"create_time": 0
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"header": {
"event_type": "progress_add",
"time_stamp": "1611580672000",
"to_app": "wloa4376fe67dc041d474a79513ed70ae3db"
},
"event": {
"progress_id": "3jhwwuHcwGrSqs3NNNj_keG_cYT6-Fpz0xPQ4lGfHGA",
"create_user_id": "ZPQ0Hp8DyQtsT-VR_Bil2jjnNQw3HqrANhiPVNEBbic",
"type": 3,
"business_related_id": "ZPQ0Hp8DyQtsT-VR_Bil2jjnNQw3HqrANhiPVNEBbic",
"image_file": "https://wlmvp-cos.weiling.cn/1637912913232_1.jpg,https://wlmvp-cos.weiling.cn/1637913193913_git%E6%B5%8B%E8%AF%95%E5%9B%BE%E7%89%87.gif",
"content": "沟通后无购买意向",
"create_time": 1638848694000
}
}
最后修改时间: 2 年前