- readme
- 商机
- 线索
- 线索管理
- 报备
- 客户管理
- 客户监控
- 公共(通用域)
- 公共(支撑域)
- AI外呼
- 智能外呼
- 人群管理
- 外呼线索
- 外呼账号
- 智能拓客
- 回调接口(百应调我们)POST
- 运营后台
- AI 云店(cloud-shop)
- RPA
- 开放接口
- 视频助手
- 账号密码登录POST
- 未命名接口GET
保存智能拓客单
POST
https://micro-gfyx-api.b2btst.com/v1/outbound/expansion/save
最后修改时间:2024-05-08 08:39:16
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
id
integer
拓客单id
name
string
任务名称
source
integer
拓客单来源
customer_scope
string
客户范围
condition
string
客户的查询条件
number_of_each_developer
integer
采购商每家企业取的联系方式个数
developer_task_switch
integer
是否创建拓客助手
developer_task_info
object
采购拓客配置
task_id
integer
任务id
task_name
string
任务名称
task_type
integer
启动方式
start_date
string
开始时间
robot_def_id
integer
话术id
robot_def_name
string
话术名称
seat_num
integer
坐席数
user_phone_ids
array[integer]
线路id
repeat_call_cnt
integer
重播次数
push_user_ids
array[integer]
推送人id
winbid_keyword
array[string]
中标关键词
number_of_each_supplier
integer
中标单位每家企业取的联系方式个数
supplier_task_switch
integer
是否创建拓客助手
supplier_task_info
object (AI外呼任务)
中标拓客配置
task_id
integer
任务id
task_name
string
任务名称
task_type
integer
启动方式
start_date
string
开始时间
robot_def_id
integer
话术id
robot_def_name
string
话术名称
seat_num
integer
坐席数
user_phone_ids
array[integer]
线路id
repeat_call_cnt
integer
重播次数
push_user_ids
array[integer]
推送人id
示例
{
"id": 0,
"name": "string",
"source": 0,
"customer_scope": "string",
"condition": "string",
"number_of_each_developer": 0,
"developer_task_switch": 0,
"developer_task_info": {
"task_id": 0,
"task_name": "string",
"task_type": 0,
"start_date": "string",
"robot_def_id": 0,
"robot_def_name": "string",
"seat_num": 0,
"user_phone_ids": [
0
],
"repeat_call_cnt": 0,
"push_user_ids": [
0
]
},
"winbid_keyword": [
"string"
],
"number_of_each_supplier": 0,
"supplier_task_switch": 0,
"supplier_task_info": {
"task_id": 0,
"task_name": "string",
"task_type": 0,
"start_date": "string",
"robot_def_id": 0,
"robot_def_name": "string",
"seat_num": 0,
"user_phone_ids": [
0
],
"repeat_call_cnt": 0,
"push_user_ids": [
0
]
}
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
id
integer
拓客单id
示例
{
"success": true,
"error_code": 0,
"message": "操作成功",
"data": {
"id": 1
}
}
修改于 2024-05-08 08:39:16