> For the complete documentation index, see [llms.txt](https://c2dbr-pt.gitbook.io/c2dbr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://c2dbr-pt.gitbook.io/c2dbr/api-and-webhooks/tags-post.md).

# tags (POST)

Cria uma nova tag.&#x20;

Request:

![](/files/DSWPRGiZ5ZZ1s69raM0y)

Body do request:

![](/files/GxK1qQdMRGBcGWl6sLwt)

Parâmetros:&#x20;

• tag\_group\_id – id de um grupo de tags dentro do qual uma nova tag será criada. Toda tag deve pertencer a um grupo.&#x20;

• tag\_label – nome da tag (ticket) — 20 caracteres no max.

• tag\_description – descrição da tag.&#x20;

• tag\_bg\_color – número da cor do fundo da tag tag’s.&#x20;

• tag\_text\_color – número da cor da fonte da tag.&#x20;

• order\_show – usado par organizar tags na IU.&#x20;

Resposta Típica:

![](/files/O1SwQQvNgySA5rlLsmAc)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://c2dbr-pt.gitbook.io/c2dbr/api-and-webhooks/tags-post.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
