创建标准外呼任务
- 创建标准外呼任务,返回任务id序号
- 标准外呼任务,不管坐席空闲数、按照设置的最大值不断呼叫。
接口地址
GET/auto_call_api/getTaskAdd.php
参数:
参数名 | 是否必须 | 类型 | 参数值 | 说明 |
---|---|---|---|---|
username | 是 | string | 用户名 | |
password | 是 | string | 密码 | |
company_code | 是 | string | 公司编号 | |
template_id | 是 | number | 模板id | |
task_name | 是 | string | 任务名称 |
请求示例
http://[ip]/auto_call_api/getTaskAdd.php?username=admin&password=test&company_code=test&template_id=6&task_name=123
返回信息
{
"status": "200",
"msg": "211",
"data": null
}
参数名 | 类型 | 参数值 |
---|---|---|
status | boolean | 状态码 |
msg | string | 任务id |