Skip to main content
POST
/
api
/
v1
/
conversations
/
{id}
/
typing
/
cURL
curl --request POST \
  --url https://alpha-plagiocephalic-darrell.ngrok-free.dev/api/v1/conversations/{id}/typing/ \
  --header 'X-API-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "contact": {
    "phoneNumber": "<string>",
    "name": "<string>"
  },
  "activeAgent": "<string>",
  "whatsappNumber": "<string>",
  "chatWindowRemainingTime": "<string>",
  "lastMessage": "<string>",
  "isHumanTakeover": "<string>",
  "active": "<string>",
  "routing": "<string>",
  "webhookId": "<string>",
  "routingOverride": "<string>"
}
Shows the WhatsApp typing indicator (”…”) to the contact, signalling that a reply is on the way. Use this when a human agent or external system is composing a response and you want to keep the contact engaged. The indicator is anchored to the latest inbound message, which is also implicitly marked as read. If the conversation has no inbound messages, the call is a no-op and the conversation is returned unchanged.
WhatsApp automatically dismisses the typing indicator after a short period or as soon as the next outbound message is sent. To keep it visible for longer, call this endpoint again before it expires.

Authorizations

X-API-Key
string
header
required

API key authentication. Pass your API key in the X-API-Key header.

Path Parameters

id
string
required

Response

200 - application/json
id
string<uuid>
required
read-only
contact
object
required
activeAgent
string
required
read-only
whatsappNumber
string
required
read-only
chatWindowRemainingTime
string
required
read-only
lastMessage
string
required
read-only
isHumanTakeover
string
required
read-only
active
string
required
read-only
routing
string
required
read-only
webhookId
string
required
read-only
routingOverride
string
required
read-only