Skip to main content
POST
/
conversation
/
tags
cURL
curl --request POST \
  --url https://api.pingmee.co.il/conversation/tags \
  --header 'Content-Type: application/json' \
  --header 'Cookie: <api-key>' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "id": "<string>",
  "title": "<string>",
  "color": "<string>",
  "associatedTo": "<string>"
}
'
{
  "id": "<string>",
  "title": "<string>",
  "color": "<string>",
  "associatedTo": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Conversation tag to create

id
string
required

Unique identifier of the tag

title
string
required

Human-readable tag title

color
string
required

Tag color (hex, rgb, or named color)

associatedTo
string
required

Business or account the tag is associated with

Response

Conversation tag

id
string
required

Unique identifier of the tag

title
string
required

Human-readable tag title

color
string
required

Tag color (hex, rgb, or named color)

associatedTo
string
required

Business or account the tag is associated with