Update conversation
missive_update_conversationUpdate a conversation — assign/unassign users, add/remove shared labels, close/reopen, move to inbox, or set subject/color/team. Missive: PATCH /conversations/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id (a UUID-like string). | |
| team | No | Team id to move the conversation to. | |
| close | No | Close (archive) the conversation. | |
| color | No | Set the conversation color. | |
| reopen | No | Reopen the conversation. | |
| subject | No | Set the conversation subject. | |
| add_to_inbox | No | Move the conversation back to the inbox. | |
| organization | No | Organization id (context for the update). | |
| add_assignees | No | User ids to assign. | |
| remove_assignees | No | User ids to unassign. | |
| add_shared_labels | No | Shared label ids to add. | |
| remove_shared_labels | No | Shared label ids to remove. |