דילוג לתוכן הראשי

Update a conversation

PATCH 

/conversations/:conversation_id

Change assignment, routing, priority, flag, labels, subject or status. Only the fields you send are touched.

status accepts open, pending and resolved. Moving to on_hold is not allowed here, because a hold carries a deadline — use POST /v1/conversations/{id}/hold. Moving out of on-hold by setting another status works and clears the deadline.

Two assignments have side effects worth knowing about:

  • Assigning a team whose auto-assign rule is on immediately hands the conversation to a random online member.
  • Assigning an AI agent starts an AI session; the response carries an assignment object with its ai_session_id. Assigning a human to a conversation an AI is handling ends that session silently — the human takeover the console does.

Request

Responses

The updated conversation.

Response Headers
    X-Request-Id

    Correlation id for this request. Quote it when reporting a problem.