SMS Campaigns
Export an SMS campaign's recipients
It returns the background process ID which on completion calls the notify URL that you have set in the input.
post/smsCampaigns/{campaignId}/exportRecipients
Path parameters
campaignIdinteger required
id of the campaign
Request body
Example request
{
"notifyURL": "http://requestb.in/173lyyx1",
"recipientsType": "answered"
}Response
Recipient export request has been accepted
Example response
{
"processId": 78
}