Skip to main content

Import Leads Csv

POST 

/api/leads/import/csv

Import leads from CSV file with deduplication.

CSV should have columns:

  • email (required)
  • first_name (optional)
  • last_name (optional)
  • phone (optional)
  • company (optional)
  • job_title (optional)
  • lead_source (optional)
  • lifecycle_stage (optional)
  • tags (optional, comma-separated)
  • notes (optional)

Additional columns will be stored in metadata.

Request

Responses

Successful Response