---
title: "CreateNotificationCampaign"
method: POST
path: "/channel/{id}/notification-campaign"
tags: ["Notifications"]
---

# CreateNotificationCampaign

`POST /channel/{id}/notification-campaign`

Create Notification campaign

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required — <p>Name for new notification campaign</p>
  - `externalId` string — <p>External ID for the campaign (optional)</p>

## Response `200`

Success-Response:

- object
  - `success` boolean
  - `notificationCampaignId` string
  - `Object` object, required — <p>api suceess response and notification campaign id</p>

---

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