Toggle Priority
POST
/api/v1/accounts/{account_id}/conversations/{conversation_id}/toggle_priority
Conversations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//conversations//toggle_priority' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"priority": "urgent"
}'
Response Response Example
200 - Example 1
{}
Request
Path Params
account_id
stringÂ
required
conversation_id
stringÂ
required
Body Params application/json; charset=utf-8