Tool
Update account
The Salesforce REST API Update Account tool enables seamless updating of Salesforce account records directly through API calls, enhancing CRM data management efficiency.
Features
- Update existing Salesforce account records with a simple API call.
- Supports updating key account fields such as Account Number, Description, Phone, and Website.
- Includes an option to access and update advanced properties for comprehensive account management.
- Requires minimal input, only the Account ID is mandatory to initiate updates.
- Integrates easily with Pipedream for automated workflows and real-time CRM data synchronization.
Benefits
- Real-time updating of Salesforce account information improves data accuracy.
- Automates repetitive update tasks, saving time and reducing manual errors.
- Offers flexibility to update both basic and advanced account details.
- Enhances productivity by integrating Salesforce updates into existing workflows.
- Supports scalable CRM management for growing businesses with complex data needs.
Description
Updates a Salesforce account. See the documentation
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| accountIdrequired | string | The Account to update. |
| AccountNumber | string | Account number assigned to this account (not the unique, system-generated ID assigned during creation). Max 40 characters. |
| Description | string | Text description of the account. Limited to 32,000 KB. |
| Phone | string | Phone number for this account. Max 40 characters. |
| Website | string | The website of this account. Max 255 characters. |
| useAdvancedProps | boolean | Set to true to see all available props for this object. |