---
title: "Schedule Campaign"
method: POST
path: "/campaign/schedule"
tags: ["Campaign"]
---

# Schedule Campaign

`POST /campaign/schedule`

Schedule Campaign to be sent at a specific date and time. Only Campaigns which have a Detail, Design, EmailTemplate and Credentials can be scheduled. Also, an already sent Campaign cannot be scheduled.

**The schedule time should be given in regards to UTC Time Zone!**

Details for the body of the request:

- `id` id of the Campaign
- `publishDate` the date to schedule the Campaign

## Headers

- `api-version` string, required

## Request body

- ScheduleRequest
  - `id` string, required
  - `publishDate` string, required — Schedule date in UTC (format: YYYY-MM-DD HH:mm)

## 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)
