---
title: "Broadcast human typing state to live subscribers for a lead."
method: POST
path: "/lead/{leadId}/typing"
tags: ["Lead"]
---

# Broadcast human typing state to live subscribers for a lead.

`POST /lead/{leadId}/typing`

## Path parameters

- `leadId` string, required

## Request body

- LeadTypingInputDto
  - `active` boolean
  - `channel` string, nullable
  - `clientTypingId` string, nullable

## Response `204`

No Content

---

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