update_record
Update existing Salesforce records by specifying the object API name, record ID, and field data. Supports both standard and custom fields.
Instructions
Update an existing record in Salesforce. Supports updating both standard and custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Record data to update as key-value pairs. For custom fields, use the API name with __c suffix (e.g., { "Custom_Field__c": "New Value" }) | |
| recordId | Yes | ID of the record to update | |
| objectName | Yes | API name of the Salesforce object |