Skip to content
Get Started

Typing Indicators

Operations for sending and managing messages

Send a typing indicator
POST/api/send-typing-indicator
ModelsExpand Collapse
TypingIndicatorSendResponse object { error_message, number, status }
error_message: optional string

The error message if the status is ERROR

number: optional string

The number you evaluated in E.164 format

status: optional "SENT" or "ERROR"

The status of the typing indicator you tried to send

One of the following:
"SENT"
"ERROR"