Skip to content
V2 (Legacy) API ReferenceGet started

Typing

A Chat is a conversation thread with one or more participants.

To begin a chat, you must create a Chat with at least one recipient handle. Including multiple handles creates a group chat.

When creating a chat, the from field specifies which of your authorized phone numbers the message originates from. Your authentication token grants access to one or more phone numbers, but the from field determines the actual sender.

Handle Format:

  • Handles can be phone numbers or email addresses
  • Phone numbers MUST be in E.164 format (starting with +)
  • Phone format: +[country code][subscriber number]
  • Example phone: +12223334444 (US), +442071234567 (UK), +81312345678 (Japan)
  • Example email: [email protected]
  • No spaces, dashes, or parentheses in phone numbers
Start typing indicator
client.chats.typing.start(stringchatID, RequestOptionsoptions?): void
POST/v3/chats/{chatId}/typing
Stop typing indicator
client.chats.typing.stop(stringchatID, RequestOptionsoptions?): void
DELETE/v3/chats/{chatId}/typing