Tool
Create contact
The Salesforce REST API Create Contact tool enables seamless creation of new contact records within Salesforce directly through API calls. It simplifies managing customer relationships by allowing users to add detailed contact information efficiently.
Features
- Create new Salesforce contacts with essential details like first name, last name, email, phone, and description.
- Supports advanced properties for creating contacts with comprehensive data when enabled.
- Easy integration with Pipedream workflows for streamlined CRM automation.
- Strict input validation ensures data integrity by requiring mandatory fields such as last name.
- Comprehensive documentation and support link provided for developers to customize and extend functionality easily.
Benefits
- Streamlines the process of adding contacts, saving time and reducing manual entry errors.
- Enhances CRM data accuracy by validating required fields and supporting detailed contact information.
- Facilitates automated customer relationship management by integrating with workflows and other tools.
- Improves sales and marketing efficiency through up-to-date and accessible contact records.
- Supports scalability for businesses looking to manage growing customer databases efficiently.
Description
Creates a contact. See the documentation
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| Description | string | A description of the contact, up to 32 KB. |
| string | The contact's email address. | |
| FirstName | string | The contact's first name, up to 40 characters. |
| LastNamerequired | string | The contact's last name, up to 80 characters. |
| Phone | string | Phone number for the contact. |
| useAdvancedProps | boolean | Set to true to see all available props for this object. |