update_conversation
Update an Inbox App conversation by changing its subject, person, assignment, or archive status to keep records current.
Instructions
Updates an Inbox App conversation. (PUT /inboxApps/{inboxAppId}/conversations/{extConversationId})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person | No | Updates the person associated with the conversation. Can only be changed if a Person ID has not been set. | |
| subject | No | Sets or updates the subject of the conversation if included. | |
| archived | No | Archives or unarchives the conversation if included. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| inboxAppId | Yes | ||
| assignedUserId | No | The User ID to reassign the conversation to. Set to 0 to revert back to the conversation owner. | |
| assignedInboxId | No | The Team Inbox ID to reassign the conversation to. Set to 0 to revert back to the conversation owner. | |
| extConversationId | Yes | ||
| permanentlyArchived | No | Disables replies/notes and does not allow users to un-archive the conversation. |