update_record
Modify specific fields on an existing Salesforce record by first presenting the exact changes and getting user approval, then applying the update with confirm=true.
Instructions
Update fields on an existing Salesforce record. Requires confirm=true: first present the exact change to the user and get their approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Only the fields to change, as field API names to values. | |
| confirm | Yes | Must be literally true. Before setting it, show the user the exact record and field changes and get their approval. | |
| record_id | Yes | 15- or 18-character Salesforce record Id. | |
| object_type | Yes | Object API name, e.g. Account, Contact, or My_Object__c. |