发送语音通知

更新时间:2023-09-11 09:55:07下载pdf

本文介绍发送语音通知的 API。

接口描述

为用户发语音验证码、通知类语音或营销语音。

接口地址

POST: /v1.0/iot-03/messages/voices/actions/push

请求参数

body 说明

参数名 类型 参数位置 是否必填 说明
country_code String true 国家码
phone String true 接收语音通知的手机号码
template_id String true 语音模板 ID,必须填写已审核通过的模板 ID
template_param String false 语音模板变量对应的实际值,JSON 格式

返回参数

参数名 类型 说明
result MsgPushRes

result 说明

参数名 类型 说明
send_status Boolean 发送状态

请求示例

POST: /v1.0/iot-03/messages/voices/actions/push
{ "country_code": "86", "phone": "151xxxxxxxx", "template_id": "VOICE_1616396456", "template_param": "{\"code\":\"1234\"}" }

返回示例

{ "result": { "send_status": true }, "t": 1586153261345, "success": true }

错误码

参考 错误码