---
title: "Send message to conversation"
method: POST
path: "/api/v4/talks/{talk_id}/send_message"
---

# Send message to conversation

`POST /api/v4/talks/{talk_id}/send_message`

The method allows to send a message to a conversation.

## Path parameters

- `talk_id` integer, required

## Request body

- object
  - `text` string — Message text
  - `attachment` object — Attachment object
    - `type` 'file' | 'video' | 'picture', required — Attachment type
    - `drive_uuid` string, required — File UUID in the Kommo Drive (https://developers.kommo.com/reference/files-methods)
    - `drive_version_uuid` string, required — File version UUID in the Kommo Drive (https://developers.kommo.com/reference/files-methods)

## Response `202`

Accepted

- object
  - `id` string

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/revisions/f17af4d23c7c/schema)
