A list of tags objects in the workspace.typestringThe type of the object Value"list" Example: "list"dataArray of objects(Tag)A list of tags objects associated with the workspace .+Show 5 array properties{ "type": "list", "data": [ { … } ] }
You can tag a list of users.namestringrequiredThe name of the tag, which will be created if not found. Example: "Independent"usersArray of objectsrequired-users[].idstringThe Intercom defined id representing the user. Example: "5f7f0d217289f8d2f4262080"{ "name": "Independent", "users": [ { … } ] }
A list of tags objects associated with a conversationtypestringThe type of the object Value"tag.list" Example: "tag.list"tagsArray of objects(Tag)A list of tags objects associated with the conversation.+Show 5 array properties{ "type": "tag.list", "tags": [ { … } ] }