---
title: "Send campaign test"
method: POST
path: "/campaigns/{campaignId}/test"
tags: ["Campaigns"]
---

# Send campaign test

`POST /campaigns/{campaignId}/test`

Requests a test send for a campaign and returns the target address and campaign ID.

## Path parameters

- `campaignId` string, required

## Request body

- object
  - `to` string, email, required — Test recipient email address.

## Response `200`

Test send accepted

- object
  - `success` boolean
  - `message` string
  - `campaignId` string

## Other responses

- `401` — Unauthorized
- `404` — Campaign not found

## Changes

- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/campaigns/:campaignId/test/post.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/a7ebcc2a87e4/schema)
