Toggles the typing status in a conversation
cURL
curl --request POST \ --url https://app.chatwoot.com/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/toggle_typing \ --header 'Content-Type: application/json' \ --data '{ "typing_status": "on" }'
This response does not have an example.
The identifier obtained from API inbox channel
The source id of contact obtained on contact create
The numeric ID of the conversation
Typing status, either 'on' or 'off'
Typing status toggled successfully