简要描述:
- AI短信发送回调;数据请求为 POST 表单方式
短信地址设置:
设置短信地址,支持HTTP,HTTPS两种请求。
参数示例:
{
"zmrh_core_uuid": "api-ff20433c-ec15-11ee-9558-00163e0e1a40",
"mobile": "13817210197",
"billsec": "40",
"call_uuid": "e2ce7780-e182-4283-8b2a-6cb65063c594",
"call_key": "",
"batch": "",
"variable": {
"企业名称": "xx",
"姓名": "xxx",
},
}
返回参数:
{
"zmrh_core_uuid": "api-ff20433c-ec15-11ee-9558-00163e0e1a40",
"mobile": "13817210197",
"billsec": "40",
"call_uuid": "e2ce7780-e182-4283-8b2a-6cb65063c594",
"call_key": "",
"batch": "",
"variable": {
"企业名称": "xx",
"姓名": "xxx",
},
}
参数说明:
参数名 | 类型 | 说明 |
---|---|---|
zmrh_core_uuid | string | 平台会话唯一值 |
mobile | string | 手机号码 |
billsec | string | 通话时长,单位秒 |
call_uuid | string | 呼叫唯一值 |
call_key | datetime | 客户按键 |
batch | string | 批次/备注 |
variable | string | 变量,json字符串 |