---
title: "Create Conversation Tag"
method: POST
path: "/conversation_tag"
tags: ["Conversation Tag"]
---

# Create Conversation Tag

`POST /conversation_tag`

Create a new conversation tag

## Query parameters

- `select` string

## Request body

- ConversationTag
  - `created_at` string, timestamp with time zone — Conversation creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `tag_id` string, uuid — Tag ID
  - `conversation_id` string, uuid — Conversation ID

## Response `200`

The updated Conversation Tag object

- ConversationTag
  - `created_at` string, timestamp with time zone — Conversation creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `tag_id` string, uuid — Tag ID
  - `conversation_id` string, uuid — Conversation ID

## Other responses

- `201` — The Conversation Tag was created
- `204` — No Content

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
