Tags
You can assign tags to any conversation and categorize them into topics or customer intents.
You can create tags using the Create Tag method or automatically within the journey automation flow when a conversation is transferred to agents.
You can use tags, e.g., to group similar cases, add a 'VIP' tag (where some customers are a priority) - conversation routing, or highlight for review or training purposes.
If you try to create a tag with a name that already exists in the system, you will get the following response: “STATUSCODE”: “ERROR”, “MESSAGE”: “TAG ALREADY EXISTS”
You can find available tag methods in the sections below.
Create
Create new tags (opens in a new tab) using this method. You can assign tags to conversations to categorize them into topics or customer intents. The only required parameter is the tag name.
Delete
You can delete tags at any point using the Delete tag (opens in a new tab) method.
Deleting a tag will remove the tag from all associated conversations. Bear in mind that you cannot undo this operation.
Get
Use the Get method (opens in a new tab) to retrieve a list of all tags for your account or a specific conversationId
.