---
title: "Send a test SMS campaign"
method: POST
path: "/smsCampaigns/{campaignId}/sendTest"
tags: ["SMS Campaigns"]
---

# Send a test SMS campaign

`POST /smsCampaigns/{campaignId}/sendTest`

## Path parameters

- `campaignId` integer, required

## Request body

- SendTestSms
  - `phoneNumber` string — Mobile number of the recipient with the country code. This number must belong to one of your contacts in Brevo account and must not be blacklisted

## Response `204`

Test SMS has been sent successfully to the recipient

## Other responses

- `400` — Test SMS 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)
