missive_merge_conversations
Merge a source conversation into a target conversation, moving all messages, comments, and entries. Irreversible action that consolidates conversations.
Instructions
Merges one conversation INTO another (POST /conversations/:source/merge). The source_conversation_id is merged into target_conversation_id: the source conversation is replaced and all its messages, comments, and entries move to the target. IRREVERSIBLE — it CANNOT be un-merged through this server. Missive may swap the two conversations, so the returned conversation id may differ from either input. Optionally pass subject to rename the merged conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | No | Optional new subject for the merged conversation. | |
| source_conversation_id | Yes | The conversation to merge FROM (it is replaced/merged into the target). | |
| target_conversation_id | Yes | The surviving destination conversation the source is merged into. |