Add/Update new prospects

Api to create/update prospects

Query Params
string
required

Id for your team.

string

Comma-separated list of columns to use as unique identifiers to find duplicates. Valid values: email, phone, linkedin_url, company_firstname_lastname. Defaults to "email" if not provided (backward compatible with existing behavior). Note: The order in which you specify columns does not matter. The system will always check for duplicates in this priority order: email, linkedin_url, phone, company_firstname_lastname. Examples:

  • "email" - Use only email to find duplicates (default)
  • "phone" - Use only phone to find duplicates
  • "linkedin_url" - Use only LinkedIn URL to find duplicates
  • "email,phone" - Use both email and phone to find duplicates
  • "email,phone,linkedin_url,company_firstname_lastname" - Use all four columns
Body Params
Prospect list to be created
Headers
string
required
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json