v4

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-04-1412027.7 KB
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

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
}
All 1 operations