SMS Campaigns
Send an SMS campaign's report
Send report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.
post/smsCampaigns/{campaignId}/sendReport
Path parameters
campaignIdinteger required
id of the campaign
Request body
Example request
{
"language": "en",
"email": {
"to": [
"jim.suehan@example.com"
],
"body": "Please find attached the report of our last email campaign."
}
}Response
Report has been successfully sent to the defined recipients