Email Campaigns
Export the recipients of an email campaign
post/emailCampaigns/{campaignId}/exportRecipients
Path parameters
campaignIdinteger required
Id of the campaign
Request body
Example request
{
"notifyURL": "http://requestb.in/173lyyx1",
"recipientsType": "openers"
}Response
Recipient export request has been accepted
Example response
{
"processId": 78
}