v11

OpenAPI 3.1.02026-08-0364112112.3 KB
Conversations

Update Conversation

Updates the specific Conversation by setting the values of the parameters passed. Any parameters not provided will be left unchanged

post/v1/conversations/{id}

Path parameters

idstring uuid required

Request body

subjectstring nullable
status'OPEN' | 'SNOOZED' | 'CLOSED' | 'PENDING'
customFieldsobject nullable
snoozedUntilstring date-time nullable
assignedTeamIdstring uuid nullable
assignedToZeusboolean nullable

Response

Successful Response

customerIdstring uuid required
startedAtstring date-time required
createdAtstring date-time required
closedAtstring date-time nullable
closedBystring uuid nullable
assignedAtstring date-time nullable
assignedBystring uuid nullable
browserstring nullable
operatingSystemstring nullable
numberinteger nullable
escalatedAtstring date-time nullable
subjectstring nullable
status'OPEN' | 'SNOOZED' | 'CLOSED' | 'PENDING'
priority'NO_PRIORITY' | 'LOW' | 'MEDIUM' | 'HIGH' | 'URGENT'
customFieldsobject nullable
snoozedUntilstring date-time nullable
assignedTeamIdstring uuid nullable
assignedToZeusboolean nullable
idstring uuid required
startedChannelstring nullable
startedSubChannelstring nullable

Example response

{
  "lastMessage": {
    "agent": {
      "profileUrl": "http://www.example.com/"
    }
  },
  "assignedAgent": {
    "profileUrl": "http://www.example.com/"
  }
}