更新时间: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
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈