Create Lead

Create a new lead. Email and phone must be unique within your business.

Authentication

X-API-Keystring
Your API key from [Dashboard → Settings → API Keys](https://dashboard.bookedin.ai/settings)

Request

This endpoint expects an object.
contactobjectOptional
Lead contact information
sourceenumOptionalDefaults to API
metamap from strings to anyOptional
Custom metadata fields
pipeline_idstringOptional
Assign lead to a pipeline
list_idstringOptional
Assign lead to a list

Response

Lead created
idstring or null
Unique lead identifier
business_idstring or null
Business this lead belongs to
contactobject or null
Lead contact information
sourceenum or null
How this lead was created
metamap from strings to any or null
Custom metadata fields. Store any additional data about the lead.
dataobject or null
Lead status and scoring data
pipeline_idstring or null
Pipeline this lead is assigned to
pipeline_stageobject or null
Current pipeline stage information
created_atdatetime or null

Errors