missive_update_conversations
Update conversation state by closing, reopening, moving, assigning, or managing labels without sending a post. Apply changes to multiple conversations at once.
Instructions
Updates conversation state WITHOUT creating a post or sending anything (PATCH /conversations/:ids) — close/reopen, move to inbox/team, assign/unassign, add/remove shared labels, recolor, or rename. Pass ids (the conversation IDs to update) and conversations with exactly one object per id, each carrying its matching id. organization is required on any item that uses add_users, add_assignees, remove_assignees, or add_shared_labels. Idempotent. Missive's API has no archive action — close is the closest, and add_to_inbox un-archives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Conversation IDs to update; comma-joined into the request path. | |
| conversations | Yes | One update object per id in `ids`. Each object must include its own matching `id`. |