---
title: "Send an email campaign to your test list"
method: POST
path: "/emailCampaigns/{campaignId}/sendTest"
tags: ["Email Campaigns"]
---

# Send an email campaign to your test list

`POST /emailCampaigns/{campaignId}/sendTest`

## Path parameters

- `campaignId` integer, required

## Request body

- SendTestEmail
  - `emailTo` string[] — List of the email addresses of the recipients whom you wish to send the test mail. If left empty, the test mail will be sent to your entire test list. You can not send more than 50 test emails per day.

## Response `204`

Test email has been sent successfully to all recipients

## Other responses

- `400` — Test email could not be sent to the following email addresses
- `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)
