Lead Management
Create Lead
Create a new lead in your database
POST
Add a new lead to your database with contact information, company details, and custom attributes. Leads can be created manually or imported from various sources.
Requires the
leads:write
permission.Request
Your API key with leads:write
permission
Must be application/json
Body Parameters
Lead’s first name
Lead’s last name
Primary email address
Company name
Job title
Phone number
LinkedIn profile URL
Industry sector
Geographic location
Lead source (e.g., “website”, “referral”, “linkedin”)
Array of tag strings for categorization
Object containing custom field key-value pairs
Examples
Basic Lead Creation
Lead with Custom Fields and Tags
Response
Always true
for successful requests
The created lead object