Activate a tag.
The tag was successfully activated
Invalid value for: path parameter tagId, Invalid value extracted from request context
An entity in this request could not be found
Internal failure during request processing
{- "message": "Invalid value in request"
}
Initiate bulk tag of a conversation and process it asynchronously. If a tag with corresponding name does not exist it will be created.
The conversation bulk tag was initiated
Invalid value for: path parameter conversationId, Invalid value extracted from request context, Invalid value for: body
An entity in this request could not be found
Internal failure during request processing
{- "data": [
- {
- "name": "Example #1"
}, - {
- "name": "Example #2"
}
]
}
{- "message": "Invalid value in request"
}
Create a tag.
The created tag or an existing tag with the same name. Note that the tag is not updated to match the input in case it already exists.
Invalid value extracted from request context, Invalid value for: body
Internal failure during request processing
{- "name": "test",
- "color": "#000000"
}
{- "data": {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}
}
Deactivate a tag.
The tag was successfully deactivated
Invalid value for: path parameter tagId, Invalid value extracted from request context
An entity in this request could not be found
Internal failure during request processing
{- "message": "Invalid value in request"
}
Get a tag by id.
The tag
Invalid value for: path parameter tagId, Invalid value extracted from request context
An entity in this request could not be found
Internal failure during request processing
{- "data": {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}
}
Get the tags for a particular conversation by providing the conversation id.
List of tags for a conversation
Invalid value for: path parameter conversationId, Invalid value extracted from request context
An entity in this request could not be found
Internal failure during request processing
{- "data": [
- {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}, - {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}, - {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}, - {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}
]
}
List all tags in an organization.
The list of tags in an organization
Invalid value extracted from request context
Internal failure during request processing
{- "data": [
- {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}, - {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}, - {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}, - {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}, - {
- "id": "b794a74a-625b-4303-8237-9b11668a9605",
- "name": "example",
- "state": "Active"
}
]
}
Tag a conversation. You may only use active tags to tag conversations.
The conversation was successfully tagged
Invalid value for: path parameter conversationId, Invalid value for: path parameter tagId, Invalid value extracted from request context
An entity in this request could not be found
Internal failure during request processing
{- "message": "Invalid value in request"
}
Untag a conversation. You may remove active or inactive tags from a conversation.
The conversation was successfully untagged
Invalid value for: path parameter conversationId, Invalid value for: path parameter tagId, Invalid value extracted from request context
An entity in this request could not be found
Internal failure during request processing
{- "message": "Invalid value in request"
}