salesforce_update
Modify existing Salesforce records by providing the object type, record ID, and specific field values to update. This tool enables data maintenance and correction within Salesforce objects.
Instructions
Update an existing record in any Salesforce object. Requires the record ID and field values to update.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sobject | Yes | SObject API name (e.g., 'Contact', 'Account', 'CustomObject__c') | |
| id | Yes | Salesforce record ID (15 or 18 character ID) | |
| data | Yes | Field values to update. Only include fields you want to change (e.g., {'Email': 'newemail@example.com', 'Phone': '555-1234'}) |