Skip to content
Get Started

Typing Indicators

Operations for sending and managing messages

Send a typing indicator
client.typingIndicators.send(TypingIndicatorSendParams { from_number, number } body, RequestOptionsoptions?): TypingIndicatorSendResponse { error_message, number, status }
POST/api/send-typing-indicator
ModelsExpand Collapse
TypingIndicatorSendResponse { error_message, number, status }
error_message?: string | null

The error message if the status is ERROR

number?: string

The number you evaluated in E.164 format

status?: "SENT" | "ERROR"

The status of the typing indicator you tried to send

One of the following:
"SENT"
"ERROR"