Skip to main content
POST
Toggle typing status

Path Parameters

inbox_identifier
string
required

The identifier obtained from API inbox channel

contact_identifier
string
required

The source id of contact obtained on contact create

conversation_id
integer
required

The numeric ID of the conversation

Query Parameters

typing_status
string
required

Typing status, either 'on' or 'off'

Body

application/json
typing_status
enum<string>

The typing status to set

Available options:
on,
off
Example:

"on"

Response

Typing status toggled successfully