Skip to main content
POST
/
api
/
v1
/
conversation-tags
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "tag_high_intent",
    "name": "High intent",
    "color": "#2563eb"
  }
}

Body

application/json

Conversation tag payload

name
string
required
color
string

Response

200 - application/json

Tag upserted

data
object
required