Create a new tag
Create a new tag
POST
Create a new tag
Creates a new tag with the specified name and optional color. The slug is automatically generated from the name. If no color is provided, a default gray color (#BEC2C8) is assigned. The tag name must be unique within the organization.
Authorizations
Body
application/json
Response
Tag created successfully
Unique identifier for the tag
Example:
42
URL-friendly slug generated from the tag name
Maximum string length:
50Example:
"important-customer"
Display name of the tag
Maximum string length:
50Example:
"Important Customer"
Hex color code for the tag (e.g.,
Pattern:
^#[0-9A-Fa-f]{6}$Example:
"#FF5733"
Number of conversations associated with this tag
Example:
15
Whether this is a system-defined tag that cannot be modified or deleted
Example:
false