Endpoints
Conversation - Set Priority
POST
/
conversations
/
{conversation-id}
/
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
conversation-id
string
requiredID of the conversation
Body
application/json
priority
enum<string>
requiredAvailable options:
LOW
, MEDIUM
, HIGH
Response
200 - application/json
success
boolean
message
string
Was this page helpful?