Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" }
Creates a new conversation tag
Conversation tag to create
Unique identifier of the tag
Human-readable tag title
Tag color (hex, rgb, or named color)
Business or account the tag is associated with
Conversation tag