Description
This endpoint allows stopping the “typing…” indicator in a contact or group, removing the indication that you are writing a message. Useful when combined withstartTyping
to simulate more natural behavior.
Body
Body Parameters
Property | Type | Required | Description |
---|---|---|---|
sessionId | string | ✅ Yes | Authenticated session ID that will remove the indicator |
jid | string | ✅ Yes | Chat identifier (WhatsApp JID). Format: 5511999999999@s.whatsapp.net for contacts or 120363XXXXX@g.us for groups |
Status Codes
200
- Typing indicator removed successfully400
- Invalid parameters401
- Unauthorized session404
- Session not found
Usage Example
Authorizations
Your Wappfy API key (get it at dash.wappfy.com.br)