所有文章
完整版
完整版
客户端
API文档
升级日志
合作伙伴
基础知识
产品介绍
帮助中心
API文档
AI客户联络中心 升级日志
数字人升级日志
线索挖掘 升级日志
业务常见问题QA
其他文档
行业案例
saas平台添加或删除号码回调
最后更新于 2024/01/19 阅读数 294
saas平台添加或删除号码回调
单个号码新增或删除回调返回数据
{ "type": "import_number", "mode": "single", "unique_id": "5d21a92e-9b4f-4ad7-8707-2b3b4a8a5f42", "user_id": "f00c8abc-433f-4666-a9d6-70479605ced1", "task_id": "289b4a84-5648-4c92-8173-6addd8359d70", "data": { "number": "13012121211" } }
1plaintext
2
3
4
5
6
7
8
9
10
11多个号码新增或删除回调返回数据
{ "type": "import_number", "mode": "batch", "unique_id": "5d21a92e-9b4f-4ad7-8707-2b3b4a8a5f42", "user_id": "f00c8abc-433f-4666-a9d6-70479605ced1", "task_id": "289b4a84-5648-4c92-8173-6addd8359d70", "data": { "url": "http://xxx.com/agent-api/download-number?key=d54355f0-3315-471f-bfe" } }
1plaintext
2
3
4
5
6
7
8
9
10
11
url返回的数据
{ "numbers":[ "13012121212", "13924667471", "18821136663" ] }
1plaintext
2
3
4
5
6
7
评价这篇文档
有帮助
没帮助
未能解决您的问题?请联系
在线客服