Create account
The Salesforce REST API Create Account tool enables seamless creation of accounts in your Salesforce CRM directly through API calls. It simplifies the process of adding new business accounts with customizable fields for enhanced data management.
Features
- Create new Salesforce accounts using simple API requests.
- Supports essential fields like Name, Account Number, Description, Phone, and Website.
- Option to use advanced properties for detailed account customization.
- Integrates smoothly with various platforms via Pipedream connector.
- Comprehensive documentation available for easy implementation.
Benefits
- Streamlines account creation saving time and reducing manual entry errors.
- Enhances CRM data accuracy and consistency.
- Facilitates integration across multiple business systems for unified data management.
- Improves operational efficiency with automated account setup.
- Supports business growth by simplifying onboarding of new clients.
Description
Creates a Salesforce account. See the documentation
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| Namerequired | string | Name of the account. Max 255 characters. |
| 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. |