v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBSend Bulk Messages - Campaigns
Routee allows to send messages to multiple recipients/contacts/groups. This is a paid service. For pricing check here
post/sms/campaign
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access_token}
Request body
Response
200
Example response
{
"trackingId": "f085b02f-8bca-4e17-8e9a-ed49g02298eb",
"type": "Sms",
"state": "Queued",
"createdAt": "2016-02-13T09:48:02.389Z",
"from": "mindpuzzle",
"to": [
"+30697xxxxxxx"
],
"body": "Hello, a new version of MindPuzzle is available. Check it out",
"smsAnalysis": {
"numberOfRecipients": 3,
"recipientsPerCountry": {
"GR": 3
},
"recipientCountries": {
"+30697xxxxxxx": "GR",
"+30693xxxxxxx": "GR",
"+30694xxxxxxx": "GR"
},
"bodyAnalysis": {
"parts": 1,
"characters": 61
}
},
"totalMessages": 3
}