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"
}
}Requires the waba_account:operate scope. Sends Meta’s typing indicator for an existing inbound message, which also marks that message as read.
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"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
mock