v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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

language'fr' | 'es' | 'pt' | 'it' | 'de' | 'en'

Language of email content for campaign report sending.

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