Update or restore a conversation thread
UpdateConversationThreadUpdate a conversation thread's status to OPEN or CLOSED, or archive and restore threads by setting the archived flag.
Instructions
Update a single thread's status (OPEN/CLOSED) or archive/restore it. Set is_thread_archived=true to archive, false to restore an archived thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_status | No | Set the thread's status to OPEN or CLOSED | |
| thread_identifier | Yes | The unique identifier for the conversation thread to update or restore | |
| is_thread_archived | No | Set to true to archive or false to restore the thread |