所有文章
完整版
完整版
客户端
API文档
升级日志
合作伙伴
基础知识
产品介绍
帮助中心
API文档
AI客户联络中心 升级日志
数字人升级日志
线索挖掘 升级日志
业务常见问题QA
其他文档
行业案例
创建/删除任务回调数据
最后更新于 2024/01/19 阅读数 398
创建/删除任务回调数据
{
"type": 1,
"mode": "saas_web",
"task_data": {
"auto_recycle_rule_id": 4,
"call_pause_second": 10,
"caller_line_id": null,
"customer_service_id": 21,
"destination_extension": 5,
"disable_dial_timegroup": "8ae402ae-4af9-4c2a-914c-96e1efae399e",
"maximumcall": 1,
"name": "0930",
"recycle_limit": 0,
"remark": null,
"uuid": "f8a1e546-2d5c-4e68-873e-8052645373e9",
"user_id": "f00c8abc-433f-4666-a9d6-70479605ced1",
"start": 0,
"start_str": "暂停",
"create_datetime": "2020-10-27 16:12:17",
"caller_line_name": "成都平安-20200524",
"destination_extension_name": "话术分组11",
"username": "用户1",
"user_type": 4, // 4:终端用户 8:子账户
"outbound_group_time": "2019-11-22 17:22:54",
"caller_line_time": "2020-05-07 09:31:03",
"time_range": [ //呼叫时间组
{
"id": 1, //呼叫组ID
"name": "测试呼叫组1", //呼叫组名称
"content": [ //呼叫组内容
{ //以下配置表示呼叫时间为:周一 9点~12点、3点到18点
"week": 0, //周一
"times": [ //呼叫时间段
{
"end_time": "12:00",
"begin_time": "9:00"
},
{
"end_time": "18:00",
"begin_time": "13:00"
}
]
},
{ //以下配置表示呼叫时间为:周二 9点30分~12点30分、13点30分~17点30分
"week": 1,
"times": [
{
"end_time": "12:30",
"begin_time": "9:30"
},
{
"end_time": "17:30",
"begin_time": "13:30"
}
]
}
],
"skip_holiday": false, //是否跳法定节假日,为true表示任务的拨打时间自动跳过国家法定节假日(如春节、清明、端午、五一、国庆等)
"is_default": true //是否为默认呼叫组,一个用户只能有一个默认组,方便用户在外呼任务处快速绑定呼叫组。
},
{ //以下表示:使用该呼叫组的任务,只能在周一的8点~12点、13点~15点、16点~22点拨打,其余时间为禁呼时间
"id": 2,
"content": [
{
"week": 0,
"times": [
{
"end_time": "12:00",
"begin_time": "08:00"
},
{
"end_time": "15:00",
"begin_time": "13:00"
},
{
"end_time": "22:00",
"begin_time": "16:00"
}
]
}
],
"skip_holiday": false,
"is_default": false
}
],
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
plaintext2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
type 类型 1 表示创建任务 2 表示此次是删除任务
mode 模式 表示该操作是界面操作(saas_web),还是通过代理接口(api_interface)
task_data 任务数据
call_pause_second 每通电话的呼叫间隔
caller_line_id 线路ID
customer_service_id 客服组ID
destination_extension 使用话术分组的ID
disable_dial_timegroup 禁用呼叫时间的uuid
maximumcall 并发数
name 任务名称
recycle_limit 呼叫失败最大重拨次数
remark 备注
uuid 任务ID
start 任务是否开启 1 开启 0暂停
start_str 任务状态
create_datetime 创建时间
caller_line_name 线路名称
destination_extension_name 话术名称
username 用户名称
user_type 用户类型
outbound_group_time 话术创建时间
caller_line_time 线路创建时间
time_range 呼叫时间组
评价这篇文档
有帮助
没帮助
未能解决您的问题?请联系
在线客服