Update record
The Salesforce REST API Update Record tool enables seamless updating of record fields within Salesforce objects via an easy-to-use API interface. It allows developers and administrators to efficiently modify specific fields for any Salesforce record, streamlining data management workflows.
Features
- Supports updating fields for any Salesforce object type (sobject) dynamically.
- Requires only the record ID and fields to update, simplifying API calls.
- Complies with Salesforce field format requirements for reliable updates.
- Integrates smoothly with Pipedream workflows for automation and extensibility.
- Provides direct links to official Salesforce API documentation for reference.
Benefits
- Enhances data accuracy by allowing precise field updates in real time.
- Saves development time with straightforward input schema and configuration.
- Improves integration capabilities between Salesforce and external systems.
- Facilitates automation of routine updates and business processes.
- Empowers users to maintain updated CRM data without manual intervention.
Description
Update fields of a record. See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- fieldsToUpdate: Return JSON in this format: string[]
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| sobjectTyperequired | string | The type of object to update a record of. |
| recordIdrequired | string | The record to update. |
| fieldsToUpdaterequired | string[] | Select the field(s) you want to update for this record. |