WA Client
PUT

Send Typing / Recording

Send typing or voice-note recording indicator in a specific chat.

API endpoint
https://waclient.com/api/send_chat_presence
Example:
curl -X PUT \
  'https://waclient.com/api/send_chat_presence' \
  -H 'Content-Type: application/json' \
  --data '{
    "presence": "composing",
    "chat_id": "[email protected]",
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "chat_id": "[email protected]",
        "presence": "composing"
    }
}
ParameterDescription
chat_id / numberTarget chat JID or phone number
presencecomposing, recording, or paused
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc