curl --request POST \
--url https://chat.omnivibe.com.br/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/toggle_typing \
--header 'Content-Type: application/json' \
--data '
{
"typing_status": "on"
}
'{
"description": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Toggles the typing status in a conversation
curl --request POST \
--url https://chat.omnivibe.com.br/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/toggle_typing \
--header 'Content-Type: application/json' \
--data '
{
"typing_status": "on"
}
'{
"description": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}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'
The typing status to set
on, off "on"
Typing status toggled successfully