Endpoint
Request Body
string
required
Full name of the lead. Used to address the contact in AI-generated and human messages.
string
required
Lead’s phone number in E.164 format, e.g.
+5491155551234. Must include the country code.string
Lead’s email address. Optional — omit if not available.
string
default:"api"
Source channel to associate with this lead. Accepted values:
whatsapp, facebook, instagram, mercadolibre, web_form, email, phone. Defaults to api when not provided, making it easy to identify programmatically-created records in your reports.string
Free-text description of the vehicle the lead is interested in, e.g.
"Toyota Hilux SRX 2024". The AI agent uses this field to personalize responses.string
Internal notes about this lead. Visible to your team in the unified inbox but never sent to the lead.
Example Request
cURL
Response
A successful request returns HTTP201 Created with the newly created lead object.
201 Created
Creating a lead via the API does not automatically start an AI conversation. The lead’s initial
score is 0 and intent is unknown until an AI agent interacts with the contact. To trigger an automated outreach sequence — such as a WhatsApp greeting or a follow-up call — configure a workflow in your DeltaLead dashboard under Automations → Workflows and set the trigger to “Lead created via API”.