When a customer messages your business and the reply needs a moment to prepare — an LLM agent, a database lookup, an external API call — you can show the same “typing…” dots WhatsApp users see when a friend is replying. The same call also marks the inbound message as read (blue checks).Documentation Index
Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt
Use this file to discover all available pages before exploring further.
Show a Typing Indicator
Call the typing endpoint with the inbound message ID you want to acknowledge:- You send a reply, OR
- 25 seconds elapse — whichever comes first.
When to Use
Show the indicator only when a response really is on the way. The typical pattern is to call it as the first thing your webhook handler does for an inbound message that will trigger slow work:Specifications
| Property | Requirement |
|---|---|
| Message channel | Must be whatsapp |
| Message direction | Must be inbound |
| Provider message ID | Must be present (set automatically on received messages) |
Do not call this endpoint speculatively — only when you are about to respond. Showing typing dots without ever replying degrades trust.
The 24-hour conversation window applies. Typing indicators on messages outside that window will fail.
