Lead
Leads
Lead
Creates a new lead in your workspace.
POST
Lead
Create a Lead
Creates a new lead in your workspace. At least a phone number or email address is required.Request
POST /v1/leads
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
first_name | string | No | First name of the lead |
last_name | string | No | Last name of the lead |
email | string | Conditional | Email address (required if no phone) |
phone | string | Conditional | Phone number in E.164 format (required if no email) |
company_name | string | No | Company or organization name |
title | string | No | Job title |
linkedin_url | string | No | LinkedIn profile URL |
company_website | string | No | Company website URL |
job_description | string | No | Job description or role details |
company_size | string | No | Company size range (e.g., “11-50”) |
custom_variables | object | No | Key-value pairs for custom data |
metadata | object | No | Additional metadata as JSON |
At least one of
phone or email must be provided. Phone numbers should be in E.164 format (e.g., +33612345678).Example
Response
- 201 Created
- 400 Bad Request
.png?fit=max&auto=format&n=PYj-p9lRwfHX4QQS&q=85&s=967f00940a17d1d8cc11bd8995dc98d0)
.png?fit=max&auto=format&n=PYj-p9lRwfHX4QQS&q=85&s=5072033d90dfd5e7cc9349712ea4e145)