Skip to main content
POST
/
lead
/
{leadId}
/
typing
Broadcast human typing state to live subscribers for a lead.
curl --request POST \
  --url https://api.closebot.com/lead/{leadId}/typing \
  --header 'Content-Type: application/json' \
  --header 'X-CB-KEY: <api-key>' \
  --data '
{
  "active": true,
  "channel": "<string>",
  "clientTypingId": "<string>"
}
'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

leadId
string
required

Body

active
boolean
channel
string | null
clientTypingId
string | null

Response

204

No Content