跟进记录新增
回调示例
{
"event": {
"type": 0,
"remark": "添加跟进",
"content": "添加跟进",
"create_time": 1745826256000,
"progress_id": "qr6ZxngxKYfGA3Ul4VRY8WZ16McoBbMx4_1hll8UVJI",
"create_user_id": "Hf-otGwUPFeP5FkxmVwyVJ9Y7S_l653Hf6F2PgGIzvc",
"business_related_id": "eFrT6MMCNLiJ-4NkQm8AGlDq3whIUAbHhFT4XalQolU"
},
"header": {
"to_app": "wloa00ca3a0adfab5aec8d145f3aef2994c2",
"event_type": "progress_add",
"time_stamp": "1745826255850"
}
}
回调字段说明
名称 | 类型 | 说明 |
---|---|---|
» event | 回调事件具体内容 | |
»» type | integer | 跟进记录类型 0-手机号线索 1-企微好友 3-企业 4-访客 6-群 7-商机 |
»» remark | string | 添加人给企微好友添加的备注,仅当相关人为企微好友时存在 |
»» content | string | 跟进记录内容 |
»» create_time | integer | 创建时间,13位时间戳,精确到秒 |
»» progress_id | string | 跟进记录id |
»» create_user_id | string | 创建人id |
»» business_related_id | string | 业务关联id,type=0 时表示手机号线索id |
» header | 回调参数头 | |
»» to_app | string | 回调应用的appid |
»» event_type | string | 事件类型 |
»» time_stamp | long | 回调时间,13位时间戳,精确到毫秒 |