put https://api.app.lithium.com/bots/v3/tag
Use the Bot v3 API to tag a specific message with an existing Care tag ID.
Details
Use /bots/v3/tag
to tag a specific message with an existing Care tag ID.
{
"type":"tag",
"coordinate":<coordinate-object>,
"author":{
"id":"<network-author-id>",
"fullName":"<author-name>"
},
"entityType":"POST",
"tagIds":[
1,
2,
3
]
}
Tag payload fields
Field | Description |
---|---|
coordinate | A Coordinate object. This is object contains details about the bot and the message in context. It is used by Khoros Care. |
author | An Author object representing the message author on the source channel. |
entityType | POST |
tagIds | An integer array of Care tag IDs. |