v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBAnalyze Bulk Messages - Campaigns
Analyzing a bulk sendout is useful when the user needs information about the send out before actually sending it.
post/sms/analyze/campaign
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access_token}
Request body
Response
200
Example response
{
"numberOfRecipients": 7,
"recipientsPerCountry": {
"GR": 3,
"DE": 1,
"FR": 2,
"RU": 1
},
"recipientCountries": {
"+30697xxxxxxx": "GR",
"+30693xxxxxxx": "GR",
"+30694xxxxxxx": "GR"
},
"recipientsPerGroup": {
"customers": 4
},
"totalInGroups": 4,
"bodyAnalysis": {
"characters": 76,
"parts": 1
}
}