latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-08-1312131.4 KB

4fc6e557509e

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, RCS. The request body varies by channel — use the channel field as the discriminator.

post/v3/Indicators/Typing.json

Request body

OR
OR

Example request

{
  "channel": "WHATSAPP",
  "messageId": "SM1234567890abcdef1234567890abcdef"
}

Response

Typing indicator was successfully sent to the recipient.

successboolean

Indicates if the typing indicator was sent successfully.

Example response

{
  "success": true
}