Add a tag to a conversation
Add a tag to a conversation
POST
Add a tag to a conversation
Associates an existing tag with a conversation, or creates a new tag if it doesn’t exist.
Tags help categorize and filter conversations.
If the tag already exists on the conversation, nothing will be done.
Authorizations
Path Parameters
ID of the conversation to tag.
Body
application/json
Name of the tag to add. Will be created if it doesn't exist.
Maximum string length:
50Example:
"urgent"
Response
Tag added 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