Inbox tags
Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired
The ID of the chatbot.
Body
namestringRequiredExample:
The name of the new tag.
VIP CustomercolorstringRequiredExample:
The color of the tag.
blueResponses
201
Tag created successfully.
application/json
400
Invalid input data.
403
Insufficient permissions.
post
/v1/inbox/{chatbotId}/tagsAuthorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired
The ID of the chatbot.
tagIdstringRequired
The ID of the tag to retrieve.
Responses
200
Details of the tag.
application/json
errorstringOptional
Optional error message.
403
Insufficient permissions.
404
Tag not found.
get
/v1/inbox/{chatbotId}/tags/{tagId}Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired
The ID of the chatbot.
tagIdstringRequired
The ID of the tag to update.
Body
namestringRequiredExample:
The new name of the tag.
High PrioritycolorstringRequiredExample:
The new color of the tag.
dark_greenResponses
200
Tag updated successfully.
application/json
errorstringOptional
Optional error message.
403
Insufficient permissions.
patch
/v1/inbox/{chatbotId}/tags/{tagId}Last updated