Tag chat
This activity adds tags to an existing conversation. Tags can be used to categorize chat conversations.
| Parameters | Description |
|---|---|
ConversationId |
Unique identifier for the conversation. |
Tags |
Array of tag id and value pairs, if multiple tags are added. |
TagId |
Identifier of the tag, if a single tag is added. |
TagValue |
Value of the tag, if a single tag is added. |
| Parameters | Description |
|---|---|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
Result |
Returns the JSON formatted response from the activity. |
↑