Skip to main content
POST
/
v3
/
waba-accounts
/
{waba_unique_id}
/
customers
/
{wa_user_id}
/
messages
/
{wamid}
/
typing-indicator
Send a WABA typing indicator
curl --request POST \
  --url https://api.scalev.com/v3/waba-accounts/{waba_unique_id}/customers/{wa_user_id}/messages/{wamid}/typing-indicator \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "wamid": "wamid.HBgLMTY1MDM4Nzk0MzkVAgARGBJDQjZCMzlEQUE4OTJBMTE4RTUA",
  "status": "read",
  "typing_indicator": {
    "type": "text"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Scalev-Waba-Send-Mode
enum<string>

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

Available options:
mock

Path Parameters

waba_unique_id
string
required
wa_user_id
string
required
wamid
string
required

Response

Typing indicator accepted

success
boolean
required
Example:

true

wamid
string
required
Example:

"wamid.HBgLMTY1MDM4Nzk0MzkVAgARGBJDQjZCMzlEQUE4OTJBMTE4RTUA"

status
enum<string>
required
Available options:
read
typing_indicator
object
required