Updates core conversation attributes such as status, priority, or subject title.
Update Conversation
PATCH
/v1/conversations/:id
Parameters
| Name | Type | Description |
|---|---|---|
idrequired | string | Conversation UUID |
status | string | 'active', 'closed', 'snoozed', 'resolved' |
priority | string | 'low', 'medium', 'high', 'urgent' |
title | string | Custom conversation subject / title |