v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
WABA

Send a WABA typing indicator

Requires the waba_account:operate scope. Sends Meta's typing indicator for an existing inbound message, which also marks that message as read.

post/v3/waba-accounts/{waba_unique_id}/customers/{wa_user_id}/messages/{wamid}/typing-indicator

Headers

X-Scalev-Waba-Send-Mode'mock'

Local/dev simulation override for WABA sends. When set to mock outside production, Scalev records a submitted outbound message without sending to Meta Graph. Ignored in production.

Response

Typing indicator accepted

successboolean required
wamidstring required
status'read' required

Example response

{
  "success": true,
  "wamid": "wamid.HBgLMTY1MDM4Nzk0MzkVAgARGBJDQjZCMzlEQUE4OTJBMTE4RTUA"
}