---
title: "Typing indicator"
method: POST
path: "/s2s/conversations/{conversationId}/typing"
tags: ["S2S Conversations"]
---

# Typing indicator

`POST /s2s/conversations/{conversationId}/typing`

Signal that the contact is typing (or stopped typing). Debounce on your
side; send only while a conversation is on screen.

## Path parameters

- `conversationId` string, required

## Request body

- S2STypingBody
  - `typing` boolean, required

## Response `204`

No Content

## Changes

- **2026-08-18** `6bb0c3577de2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/s2s/conversations/:conversationId/typing/post.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/2d993d0c8a6e/schema)
