Email Campaigns
Send the report of a campaign
A PDF will be sent to the specified email addresses
post/emailCampaigns/{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