v22

latestOpenAPI 3.1.0MIT Licenseraw.githubusercontent.com2026-08-0312123228.9 KB
Conversations API

Toggle typing status

Toggles the typing status in a conversation

post/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/toggle_typing

Query parameters

typing_statusstring required

Typing status, either 'on' or 'off'

Request body

typing_status'on' | 'off'

The typing status to set

Example request

{
  "typing_status": "on"
}

Response

Typing status toggled successfully