v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBSend a Voice Campaign
Send a Voice messaging campaign to multiple recipients. This is a paid service. For pricing check here
post/voice/campaign
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access_token}
Request body
Response
200
Example response
{
"trackingId": "e21e65d7-030b-431f-82f9-d64c784b731a",
"type": "Voice",
"state": "Queued",
"createdAt": "2017-03-29T10:20:47.43Z",
"from": "+3069XXXXXXXX",
"to": [
"+3069XXXXXXXX"
],
"message": {
"language": "en-US",
"gender": "female",
"text": "This is a test message, please ignore. Have a good day!"
},
"voiceAnalysis": {
"numberOfRecipients": 1,
"recipientsPerCountry": {
"GR": 1
},
"recipientCountries": {
"+306977663000": "GR"
}
},
"statuses": {
"Queued": 1
}
}