v1

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

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