---
title: "Create a tag"
method: POST
path: "/tags"
tags: ["Tags"]
---

# Create a tag

`POST /tags`

Create a new tag with the specified name and color.

## Request body

- TagCreateRequest
  - `name` string, required
  - `color` string, required

## Response `200`

Request sent to queue

- TagQueueResponse
  - `code` string
  - `description` string
  - `failure` boolean
  - `http_code` integer
  - `queue_id` string
  - `success` boolean
  - `user_id` integer
  - `version` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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