Analyze a Voice Campaign

Analyzing a voice campaign sendout is useful when the user needs information about the send out before actually sending it.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Parameters

KEYDESCRIPTION
contactsThe details of each contact. The key refers to the id of the contact given in the request
numberOfRecipientsThe total number of recipients
recipientCountriesFor each recipient the country that the mobile belongs to (country format in ISO 3166-1 alpha-2)
recipientsPerCountryThe total recipients per country (country format in ISO 3166-1 alpha-2)
recipientsPerGroupFor each group the number of recipients that it contains without the blacklisted contacts
totalInGroupsThe total number of recipients in all given groups excluding the ones already specified and the blacklisted
errors.codeThe code of error
errors.developerMessageMessage of error
errors.propertyThe numbers of invalid recipients

ERROR CODES

StatusCodeDescription
403User is not authenticated
404User is not found
Body Params
string
required

The sender id for this call

groups
array of strings

The groups of contacts selected as recipients of this call. One of "groups", "to", "contacts" parameters is required.

groups
contacts
array of strings

The contacts selected as recipients of this call. One of "groups", "to", "contacts" parameters is required.

contacts
to
array of strings

The recipients of this call, must be a list with valid numbers (mobiles or landlines). One of "groups", "to", "contacts" parameters is required.

to
string

The url of the wav file to play

message
object

Represents the text message to be converted to wav file

Headers
string
required
Defaults to application/json

application/json

string
required
Defaults to Bearer {access_token}

Bearer {access_token}

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json