话单推送
POST
[企业预先配置url]外呼结果说明
task_result | task_result_desc | 备注 |
---|---|---|
-1 | 超时 | |
26 | 网络故障 | |
7 | 号码错误 | |
0 | 成功 | |
15 | 客户接听后并主动挂机 | |
16 | 客户掉线 | |
3 | 无法接通 | 无法接听,无法接通 |
9 | 停机 | 停机,暂停服务,欠费 |
6 | 空号 | 空号,改号 |
23 | 呼入限制 | |
22 | 呼叫转移 | 呼叫转移失败 |
4 | 关机 | |
20 | 用户未接 | 回铃音,彩铃,无人接听,用户拒接,来电提醒 |
5 | 用户正忙 | 短忙音,长忙音,静音 |
2 | 正在通话中 | |
27 | 呼出受限 | 拨号方式不正确 |
28 | 线路故障 | 线路故障,网络忙 |
请求参数
Body 参数application/json
business_id
string
企业id
app_id
string
应用id
robot_id
string
话术话术id
call_uuid
string
必需
通话UUID 录音和会话的唯一关联。
call_relation_id
string
可选
关联ID 业务侧的唯一标识
task_id
string
外呼任务id
task_data_id
string
外呼任务id
caller
string
主叫号码
callee
string
被叫号码
direction
integer
必需
呼叫方向 1:呼入 2 呼出
time_dial
integer
拨号时间戳
time_ring
integer
振铃时间戳
time_answer
integer
必需
接听时间戳 unix_time
time_hangup
integer
必需
挂断时间戳 unix_time
duration_ring
integer
拨号振铃时长 秒
duration_call
integer
通话时长 秒
示例
{
"business_id": "2745",
"app_id": "test",
"robot_id": "2745001",
"call_uuid": "123425c-6483-11e8-b8fa-2769c24918cd",
"call_relation_id": "test-123",
"task_id": "0",
"task_data_id": "262381",
"caller": "69102939",
"callee": "15556985227",
"direction": 1,
"time_dial": 1527737756729,
"time_ring": 1527737757449,
"time_answer": 1527737763429,
"time_hangup": 1527737784829,
"duration_ring": 7,
"duration_call": 28
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前