Skip to main content
POST
Set typing indicator

Authorizations

Authorization
string
header
required

Scoped API key created via POST /api/account/keys.

Path Parameters

session
string
required

Session name

Body

application/json

Typing payload

chatId
string
required

Chat JID to send typing state to

Example:

"1234567890@s.whatsapp.net"

state
enum<string>
required

Typing state: typing, recording, or paused

Available options:
typing,
recording,
paused
Example:

"typing"

Response

OK

Simple success/failure response with no data payload

message
string

Human-readable result message

success
boolean

Whether the operation succeeded