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

# Send campaign test

`POST /campaigns/{campaignId}/test`

Queues a test send for a campaign and returns a durable email send ID for delivery-status inspection.

## 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
  - `recipientEmail` string, email
  - `emailSendId` string — Durable delivery ID. Use this with GET /email-sends/{emailSendId}.
  - `jobId` string — Legacy queue identifier retained for response compatibility.

## Other responses

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

---

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