Creates a new lead in your workspace.
Documentation Index
Fetch the complete documentation index at: https://docs.reachedapp.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/leads
| 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 |
phone or email must be provided. Phone numbers should be in E.164 format (e.g., +33612345678).