---
title: "Send an SMS campaign's report"
method: POST
path: "/smsCampaigns/{campaignId}/sendReport"
tags: ["SMS Campaigns"]
---

# Send an SMS campaign's report

`POST /smsCampaigns/{campaignId}/sendReport`

Send report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.

## Path parameters

- `campaignId` integer, required

## Request body

- SendReport
  - `language` 'fr' | 'es' | 'pt' | 'it' | 'de' | 'en' — Language of email content for campaign report sending.
  - `email` SendReportEmail, required — Custom attributes for the report email.
    - `to` string[], required — Email addresses of the recipients
    - `body` string, required — Custom text message to be presented in the report email.

## Response `204`

Report has been successfully sent to the defined recipients

## Other responses

- `400` — bad request
- `404` — Campaign ID not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
