MessagingV3TypingIndicator
Send a typing indicator
Send a typing indicator to notify the recipient that you are composing a message. Supported channels: WhatsApp, Apple Messages for Business. The request body varies by channel — use the channel field as the discriminator.
post/v3/Indicators/Typing.json
Request body
Example request
{
"channel": "WHATSAPP",
"messageId": "SM1234567890abcdef1234567890abcdef"
}Response
Typing indicator was successfully sent to the recipient.
Example response
{
"success": true
}