手机号线索动态新增事件
回调示例
{
"event": {
"clue_id": "eFrT6MMCNLiJ-4NkQm8AGlDq3whIUAbHhFT4XalQolU",
"history": {
"title": "添加跟进记录",
"content": "添加跟进",
"history_id": "CzidEBCdLORI_6e2_P0_vv_lbMEilu_F96AB68msZvQ",
"create_time": 1745797456000,
"history_type": 201
}
},
"header": {
"to_app": "wloa00ca3a0adfab5aec8d145f3aef2994c2",
"event_type": "clue_history",
"time_stamp": "1745826255931"
}
}
}
回调字段说明
名称 | 类型 | 说明 |
---|---|---|
» event | 回调事件具体内容 | |
»» clue_id | string | 手机号线索id |
»» history | [object] | 动态详情 |
»»» title | string | 当history_type=201时,内容为:添加跟进记录 当history_type=211时,内容为:提交智能收集表 当history_type=212时,内容为:外呼通话 当history_type=400时,内容为:给ta发送短信 当history_type=401时,内容为:创建线索 当history_type=501时,内容为:线索分配 当history_type=502时,内容为:领取线索 当history_type=503时,内容为:线索转移 |
»»» content | string | 当history_type=201时,内容为:跟进记录内容 当history_type=211时,内容为:智能收集表填写的内容 当history_type=212时,内容为:外呼通话记录id, 当history_type=400时,内容为:短信内容 当history_type=401时,内容为:{员工名}创建线索 当history_type=501时,内容为:由{员工名1}分配给了{员工名2} 当history_type=502时,内容为:{员工名}从公海中领取 当history_type=503时,内容为:由{员工名1}转移给了{员工名2} |
»»» history_id | string | 动态id |
»»» create_time | integer | 动态创建时间,13位时间戳,精确到秒 |
»»» history_type | string | 线索动态类型 添加跟进记录--201、智能收集表-211、外呼通话-212、发送短信--400 、创建线索--401、分 配线索--501、领取线索--502、线索转移--503 |
» header | 回调参数头 | |
»» to_app | string | 回调应用的appid |
»» event_type | string | 事件类型 |
»» time_stamp | long | 回调时间,13位时间戳,精确到毫秒 |