---
title: "Create campaign"
method: POST
path: "/api/workflow/campaigns"
tags: ["Campaigns"]
---

# Create campaign

`POST /api/workflow/campaigns`

Requires the CAMPAIGNADD security role.

## Request body

- object
  - `name` string
  - `key` string
  - `description` string
  - `dateStart` string, date
  - `deadline` string, date
  - `closed` boolean
  - `responsibleID` string
  - `campaignMetaproperties` object

## Response `201`

Campaign created successfully

- object
  - `id` string

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
