Endpoints
Conversation - Update Status
PATCH
/
conversations
/
{conversation-id}
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
conversation-id
string
requiredID of the conversation
Body
application/json
status
enum<string>
requiredAvailable options:
RESOLVED
, UNRESOLVED
, HUMAN_REQUESTED
Response
200 - application/json
id
string
title
string | null
isAiEnabled
boolean
channel
string
status
enum<string>
Available options:
RESOLVED
, UNRESOLVED
, HUMAN_REQUESTED
metadata
object
channelExternalId
string | null
channelCredentialsId
string | null
organizationId
string
mailInboxId
string | null
priority
string
formId
string | null
agentId
string | null
userId
string | null
visitorId
string | null
createdAt
string
updatedAt
string
lead
object | null
agent
object
messages
object[]
organization
object
Was this page helpful?