update_record
Modify existing Salesforce CRM records by specifying object type, record ID, and updated field values to maintain accurate data.
Instructions
Update an existing Salesforce record
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | The Salesforce object type (e.g., 'Account', 'Contact') | |
| record_id | Yes | The ID of the record to update | |
| update_data | Yes | Dictionary containing the field values to update |