Conversations
Set Priority
POST
/
conversations
/
{conversationId}
/
set-priority
Example JS Code to Change Priority
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
conversationId
string
requiredID of the conversation for which the priority will be set.
Body
application/json
priority
enum<string>
requiredNew priority for the conversation.
Available options:
LOW
, MEDIUM
, HIGH
Response
200 - application/json
success
boolean
message
string
Was this page helpful?