Skip to main content
POST
Create enrichment job

Authorizations

X-Api-Key
string
header
required

Body

application/json
name
string
required
Example:

"Prospect Upload"

records
object[]
required
Example:
operator
enum<string>
default:OR
Available options:
AND,
OR
Example:

"OR"

columns
string[]

Optional explicit list of fields included in each record.

Accepted values

  • EMAIL
  • PERSONAL_EMAIL
  • BUSINESS_EMAIL
  • FIRST_NAME
  • LAST_NAME
  • PHONE
  • PERSONAL_ADDRESS
  • PERSONAL_CITY
  • PERSONAL_STATE
  • PERSONAL_ZIP
  • COMPANY_NAME
  • COMPANY_DOMAIN
  • COMPANY_INDUSTRY
  • SHA256_PERSONAL_EMAIL
  • LINKEDIN_URL
  • UP_ID
  • JOB_TITLE
Example:

Response

Enrichment job accepted

jobId
string
Example:

"399e88c3-3263-4d9a-826c-437ef57f7b6c"

status
string
Example:

"IN_QUEUE"