---
title: "CreateChannelTopic"
method: POST
path: "/channel/{id}/topics"
tags: ["Channel_topics"]
---

# CreateChannelTopic

`POST /channel/{id}/topics`

Create channel topic

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required — <p>The topic name.</p>
  - `externalId` string — <p>The topic external ID.</p>
  - `customData` object — <p>The topic custom data.</p>

## Response `200`

Success-Response:

- object
  - `topicId` string
  - `success` boolean, required

---

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