---
title: "Show typing indicator"
method: POST
path: "/v1/messages/{messageId}/typing"
---

# Show typing indicator

`POST /v1/messages/{messageId}/typing`

Mark an inbound WhatsApp message as read and display a typing indicator to the user while you prepare a response. The indicator is automatically dismissed when you send a reply, or after 25 seconds — whichever comes first. Only valid for inbound WhatsApp messages. Use this when a reply will take more than a couple of seconds (LLM agent, tool call, lookup) to improve the recipient's experience.

## Path parameters

- `messageId` string, required

## Headers

- `Zavu-Sender` string

## Response `202`

Typing indicator displayed and message marked as read.

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid request — message is not WhatsApp, not inbound, or has no provider message ID.
- `401` — Unauthorized.
- `404` — Message not found.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/07b87b6ae707/schema)
