---
title: "Create Email Topic"
method: POST
path: "/workspaces/{workspace_id}/emails/topics"
tags: ["Emails::Topic"]
---

# Create Email Topic

`POST /workspaces/{workspace_id}/emails/topics`

Create a new email topic for a workspace

## Path parameters

- `workspace_id` integer, required

## Request body

- object
  - `emails_topic` EmailsTopicParameters — Email Topics
    - `name` string, required — Topic name
    - `description` string, nullable — Topic description

## Response `201`

Created

- EmailsTopicAttributes — Email Topics
  - `id` integer — Topic ID
  - `public_id` string, nullable — Topic public ID
  - `workspace_id` integer — Workspace ID
  - `name` string — Topic name
  - `description` string, nullable — Topic description
  - `created_at` string, date-time, nullable — Created at datetime
  - `updated_at` string, date-time, nullable — Updated at datetime

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
