Tool
Create lead
The Salesforce REST API Create Lead tool enables businesses to seamlessly create new lead records in Salesforce, streamlining lead management and improving sales workflows. It supports essential lead details such as company information, contact data, and lead status.
Features
- Create new lead records directly in Salesforce using API calls.
- Capture essential lead information including company, first name, last name, email, phone, and description.
- Option to mark leads as converted when creating the record.
- Supports advanced properties for full customization of lead attributes.
- Integration with Pipedream connector for easy automation and workflow building.
Benefits
- Automates lead creation to save time and reduce manual data entry errors.
- Ensures consistent and accurate lead data synchronization across platforms.
- Improves lead tracking and follow-up efficiency for sales teams.
- Facilitates quick adoption of Salesforce CRM capabilities through API integration.
- Enhances overall sales pipeline management with real-time data updates.
Description
Creates a lead. See the documentation
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| IsConverted | boolean | Indicates whether the lead has been converted |
| Companyrequired | string | The lead's company. |
| Description | string | The lead's description. |
| string | The lead's email address. | |
| FirstName | string | The lead's first name. |
| LastNamerequired | string | The lead's last name. |
| Phone | string | The lead's phone number. |
| useAdvancedProps | boolean | Set to true to see all available props for this object. |