Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

134 total results found

Common API - Obtain authorization token interface

Voice API Manual Call API

Obtain authorization token interface Interface Description: Tokens required to access other interfaces must be obtained from this interface through the authorized Appid and Accesskey (except for the batch IVR interface). The timeliness of the interface authori...

LANG
en

Common API - call record callback parameters

Voice API Manual Call API

call record callback parameters Bill callback needs to be configured with a callback address for the corresponding account. Callback address configuration of bills: The customer provides an interface address that can receive json data, which can be configured ...

LANG
en

短信对外API - 更新记录

短信接口文档 短信对外HTTP接口API文档

更新记录 版本 描述 作者 时间 v1.3 1. 增加错误code=1102. 清理增加Java,PHP转16进制示例代码 2020/10/262021/06/24 v1.4 支持https协议 v1.4.1 增加客户上报短信状态接口5

LANG
zh_CN

短信对外API - 接口说明

短信接口文档 短信对外HTTP接口API文档

接口说明 重要说明: 发送内容(utf8编码)需转换为16进制码再发送,例如 "你好" 转为 "e4bda0e5a5bd" 手机号需加上国际区码(如:00628131565741) pwd 加密规则为:md5(spid+"00000000"+"明文密码"+timestamp) 如: md5前:testspid00000000testpwd1601029303 md5后:a14e201f22aafbae74c4d72030ad5a8d

LANG
zh_CN

短信对外API - 单条短信发送

短信接口文档 短信对外HTTP接口API文档

单条短信发送 请求URL https://{domain}/sms/send?spid=xx&pwd=xx&das=xx&timestamp=xx&sm=x 请求方法 GET 参数说明 字段 类型 名称 说明 spid string 接口账号 pwd string 加密后密码 重要提示3 das string 手机号 需加国际区码如:0062 sm string 发送内容 需转换为16进制码(计算字符长度以原文为准) timestamp string 当前Unix timestam...

LANG
zh_CN

短信对外API - 多条短信发送

短信接口文档 短信对外HTTP接口API文档

多条短信发送 请求URL https://{domain}/sms/rsend 请求方法 POST Content-Type: application/x-www-form-urlencoded 参数说明 字段 类型 名称 说明 spid string 接口账号 pwd string 密码 重要提示3 timestamp string 当前Unix timestamp(秒) 例: 1601028870 dasm string 发送内容(单次不超过 200个手机号) 内容格式如下:...

LANG
zh_CN

短信对外API - 短信回执状态查询

短信接口文档 短信对外HTTP接口API文档

短信回执状态查询 请求URL https://{domain}/sms/state?spid=xx&pwd=xx&timestamp=xx&msgid=xx 请求方法 GET 参数说明 字段 类型 名称 说明 spid string 接口账号 pwd string 密码 重要提示3 timestamp string 当前Unix timestamp(秒) 例: 1601028870 msgid string 消息ID(单次不超过100个) 查询多个回执可用逗号连接如:100123,10...

LANG
zh_CN

短信对外API - 上报短信状态

短信接口文档 短信对外HTTP接口API文档

上报短信状态 接口说明 客户业务平台单位时间内(start_time~end_time)短信状态统计,便于监控及发现问题 请求URL https://{domain}/sms/monitor 请求方法 POST Content-Type: application/x-www-form-urlencoded 参数说明 字段 类型 名称 说明 spid string 接口账号 start_time string 开始时间 Unix timestamp(秒) 数据统计开始时间, 例:16010...

LANG
zh_CN

短信对外API - 字符串转16进制

短信接口文档 短信对外HTTP接口API文档

附录 Java字符串转16进制 public static String strToHex(String str) { String st = ""; try { byte[] by = str.getBytes("utf8"); for (int i = 0; i < by.length; i++) { String strs = Integer.toHexString(by[i]); if (strs.length(...

LANG
zh_CN

1. 登录系统

短信操作手册 短信平台操作手册

1. 登录系统 1.1. 登录方式 请在浏览器地址栏输入平台访问地址:http://dashboard.infin8linx.com/login ,进入登录页面,如下图所示: 1.2. 登录账号 在登录页面中,请输入您的账户名称、密码,并填写验证码,然后点击"Login"按钮完成登录。

LANG
zh_CN

2. 提交短信任务

短信操作手册 短信平台操作手册

2. 提交短信任务 2.1. 短信任务入口 点击页面左上角"短信任务"菜单按钮,进入短信任务管理界面。 2.2. 创建新任务 在短信任务界面,点击"任务添加"按钮,进入任务创建页面。 2.3. 任务名称设置 为新建任务设置一个明确、易识别的任务名称,例如"业务结清"。 2.4. 接收号码导入 重要提示:导入号码前,请先通过系统提供的"下载模板"按钮获取标准模板。填写模板时,请严格按照规定格式填写内容。 号码格式要求:必须包含国家区号,采用00+国家码+号码的格式,例如印尼号码应为:0062+手机号码。 完...

LANG
zh_CN

3. 发送详情

短信操作手册 短信平台操作手册

3. 发送详情 3.1. 查看发送状态 点击"发送详情"菜单,进入发送状态查询界面。通过以下方式查询发送情况: 勾选用户名并选择日期范围,查看指定时间段内的所有发送记录 在号码搜索框中输入完整号码,查询单个号码的发送状态 3.2. 数据导出 点击"导出"按钮,可将当前查询结果导出为文件。如需导出特定类型的短信记录(如OTP验证码短信),可在发送渠道选项中选择相应账户后再执行导出操作。

LANG
zh_CN

统计分析

短信操作手册 短信平台操作手册

4. 统计分析 4.1. 发送数量统计 点击"统计"菜单,进入数据统计界面。选择用户名和统计日期后,系统将显示以下关键指标: 短信提交总量 发送成功数量 发送失败数量 发送成功率 账户余额情况 通过这些数据,您可以全面了解短信发送效果和账户使用情况。

LANG
zh_CN

预测试外呼操作教程

语音操作手册 预测试外呼操作手册

预测试外呼操作教程 1. 后台预测试管理端 1.1新建预测试外呼任务 后台网站:https://dashboard.infin8linx.com/ 进入管理后台,在左边的功能栏找到预测试外呼,点击任务管理,点击添加任务就可以新建预测试外呼任务。 输入所需要填的字段,点击下载模板导入号码文件,提交文件就创建成功了一个预测试外呼任务,在任务列表这里找到这个任务,点击开始,这个任务就自动开始执行任务。 点击查看详情,可以查看预测试外呼这次任务呼叫号码的结果。 1.2新建分机组 在创建预测试任务的时候,会让你选择执...

LANG
zh_CN

软电话手机版Softphone APP

语音操作手册 软电话手机版安装操作手册

软电话手机版安装操作手册 Admin URL operation instructions 软电话手机版Softphone APP  手机版软电话推荐使用: Zoiper 一、  安卓系统 1. APP下载与安装 可以从google play中搜索:Zoiper IAX SIP VOIP Softphone直接下载,或者点击下载链接:https://play.google.com/store/apps/details?id=com.zoiper.android.app&hl=zh 进行下载安装; 2. 软电话配置...

LANG
zh_CN

Common API - Clear the Token interface

Voice API Predictive Call API

Clear the Token interface Note: When there is a new extension or an abnormality occurs after the extension is adjusted, you can clear the Token through this interface, and then obtain the Token again to continue the operation. Request method: POST, form-data f...

LANG
en

Common API - Extension call state callback parameters

Voice API Predictive Call API

Extension call state callback parameters To call back the call status of an extension, you need to configure a callback address for the corresponding account. Callback address configuration for extension call status: The customer provides an interface address ...

LANG
en

Common API - Global error and status codes

Voice API Predictive Call API

Global error and status codes Interface exception error Description: ret is not 200, msg is abnormal error message. { "ret":400, // status code "data":[], "msg":"Illegal request: invalid parameter" } ret msg illustrate 400 illegal request ...

LANG
en

Common API - Obtain authorization token interface

Voice API Predictive Call API

Obtain authorization token interface Interface Description: Tokens required to access other interfaces must be obtained from this interface through the authorized Appid and Accesskey (except for the batch IVR interface). The timeliness of the interface authori...

LANG
en

Common API - call record callback parameters

Voice API Predictive Call API

call record callback parameters Bill callback needs to be configured with a callback address for the corresponding account. Callback address configuration of bills: The customer provides an interface address that can receive json data, which can be configured ...

LANG
en