---
title: "Send Campaign"
method: POST
path: "/campaign/send"
tags: ["Campaign"]
---

# Send Campaign

`POST /campaign/send`

Send the Campaign and publish the Credentials. Only Campaigns which have a Detail, Design, EmailTemplate and Credentials can be sent. Also, an already sent Campaign cannot be sent again.

Details for the body of the request:

- `id` id of the Campaign

## Headers

- `api-version` string, required

## Request body

- IdRequest
  - `id` string, required

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
