---
title: "Transfer typing information"
method: POST
path: "/{scope_id}/typing"
---

# Transfer typing information

`POST /{scope_id}/typing`

The method provides transferring information that the client is currently typing something in the messenger. The information will be displayed in Kommo interface.

## Path parameters

- `scope_id` string, required

## Headers

- `Content-Type` 'application/json'
- `Date` string
- `Content-MD5` string
- `X-Signature` string

## Request body

- object
  - `conversation_id` string — Chat ID on the integration side
  - `sender` object — User ID on the integration side
    - `id` string — User ID on the integration side
  - `duration_ms` integer — Optional. Print time duration in milliseconds. Default is 5000 ms.

## Response `204`

204

- object

## Other responses

- `403` — 403
- `404` — 404

---

[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)
