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

---

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