create-lead API Endpoints

These API endpoints create new leads for various queues/niches in the system.

Available Endpoints

Lead type / queue / niche Endpoint
Medicare Supplement (Cold Calls) https://dashboard.agentautodialer.com/server/create-lead-med-supp-cc-lt
Medicare Supplement (Facebook) https://dashboard.agentautodialer.com/server/create-lead-med-supp-fb-lt
Medicare Supplement T65 (Facebook) https://dashboard.agentautodialer.com/server/create-lead-med-supp-t65-fb-lt
Final Expense (Cold Calls) https://dashboard.agentautodialer.com/server/create-lead-final-expense-cc-lt
Final Expense (Facebook) https://dashboard.agentautodialer.com/server/create-lead-final-expense-fb-lt
ACA (Cold Calls) https://dashboard.agentautodialer.com/server/create-lead-aca-cc-lt
MAPD (Facebook) https://dashboard.agentautodialer.com/server/create-lead-mapd-fb-lt
Mortgage Protection (Cold Calls) https://dashboard.agentautodialer.com/server/create-lead-mortgage-protection-cc-lt
IUL (Facebook) https://dashboard.agentautodialer.com/server/create-lead-iul-fb-lt
Annuity (Facebook) https://dashboard.agentautodialer.com/server/create-lead-annuity-fb-lt
Auto (Cold Calls) https://dashboard.agentautodialer.com/server/auto-cc-lt

Request Parameters

Query Parameters

Parameter Type Required Description
agentId string Yes The unique identifier for the agent

Request Body

Send a JSON payload with the following fields:

Field Type Required Description Default Value
first_name string No Lead's first name "JOHN"
last_name string No Lead's last name "DOE"
phone string Yes Lead's phone number (E.164 format) -
state string No Lead's state "INDIANA"
address1 string No Lead's street address "123 MAIN ST"
city string No Lead's city "INDIANAPOLIS"
postal_code string No Lead's ZIP code "46201"
email string No Lead's email address null
contact_id string No GHL contact identifier "contact ID"
date_of_birth string No Lead's date of birth null
webinar boolean No Whether lead is for webinar false

Data Validation

Phone Number Validation

Duplicate Prevention

Example Request