---
title: "Send the report of a campaign"
method: POST
path: "/emailCampaigns/{campaignId}/sendReport"
tags: ["Email Campaigns"]
---

# Send the report of a campaign

`POST /emailCampaigns/{campaignId}/sendReport`

A PDF will be sent to the specified email addresses

## 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)
