- readme
- 商机
- 线索
- 公共(通用域)
- 公共(支撑域)
- AI外呼
- 智能外呼
- 人群管理
- 外呼线索
- 外呼账号
- 智能拓客
- 回调接口(百应调我们)POST
- 运营后台
- AI 云店(cloud-shop)
- RPA
- 开放接口
- 视频助手
- 账号密码登录POST
- 未命名接口GET
导入人群包接口
POST
https://micro-gfyx-api.b2btst.com/v1/outbound/task/import-crowd
最后修改时间:2024-07-31 01:55:38
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
task_id
integer
任务id
crowd_id
integer
人群包id
file_id
string
excel文件id
示例
{
"task_id": 0,
"crowd_id": 0,
"file_id": "string"
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string
必需
error_code
integer
必需
data
string | null
必需
示例
{
"success": true,
"message": "string",
"error_code": 0,
"data": "string"
}
修改于 2024-07-31 01:55:38