salesforce_update_record
Update fields on an existing Salesforce record using its ID and a map of field names to values.
Instructions
Update fields on an existing record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | API name of the object | |
| record_id | Yes | The Id of the record to update | |
| data | Yes | Field API name → new value map | |
| _sfAuth | No | Internal: per-request Salesforce credentials injected by an MCP gateway. Leave unset in direct use — the server falls back to env/token-file creds. |