Conversations
Update Status
POST
/
conversations
/
{conversationId}
/
set-status
Example JS Code to Update Conversation Status
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 status will be set.
Body
application/json
status
enum<string>
requiredNew status for the conversation.
Available options:
RESOLVED, UNRESOLVED, HUMAN_REQUESTED Response
200 - application/json
success
boolean
message
string
Was this page helpful?

