Leads
Create Lead
Create a new lead in your workspace.
POST
Request Body
string
required
Email address of the lead. Must be unique within the workspace.
string
First name.
string
Last name.
string
Company name.
string
Job title.
string
Phone number.
string
LinkedIn profile URL.
string
Website URL.
array
List of tag names to apply to the lead (e.g.,
["enterprise", "conference"]).object
Custom key-value fields for additional data.
string
Freeform notes about the lead.
string
default:"api"
Source tracking (e.g.,
api, csv_import, manual).string
default:"active"
Initial status:
active, bounced, unsubscribed, or replied.Response
Returns the created lead object with a201 status code.
Errors
Rate Limit
This endpoint is subject to the v1 API rate limit:- 100 requests per minute, per API key (fixed 60-second window).
- Every response includes
X-RateLimit-Limit,X-RateLimit-Remaining, andX-RateLimit-Reset(unix epoch seconds). - A
429response includes aRetry-Afterheader (seconds until the bucket resets).
Retry-After, exponential backoff, monitoring X-RateLimit-Remaining), see Rate Limiting.