Start Contacts Enrichment
Enrich your contacts using this endpoint.
This endpoint enriches a list of contacts with contact details and Personalized AI insights:
- Verified email addresses.
- Verified phone numbers.
- Professional summary.
- Top problems.
- Internal strategic initiatives.
- Public appearances.
To enrich a contact, you can provide either their LinkedIn profile URL or a combination of their first name, last name, and company name/domain. You can process up to 1,000 contacts in a single request.
To associate your own internal identifiers with each lead, use the customData field. This data will be returned to you in the webhook response, allowing you to easily map the enrichment results back to your system.
To receive the results, you must provide a webhookUrl.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
An array of lead objects to enrich. Each object must contain either a linkedinUrl or a combination of firstName, lastName, and companyName or companyDomain.
A readable name for your enrichment for searching on your dashboard.
Optional. Your webhook URL to receive the result of the enrichment. If not provided, you can poll the GET /v1/jobs/{jobId} endpoint.
Whether to include contact details (email and phone) for the enriched leads. If true, the webhook results will map back these fields as enrichEmail and enrichPhone.
This should be set to true if the lead names are not in English. This is needed for non english names to ensure the most accurate contact details are returned. The names will be translated to English before enriching them.
Optional. When true and a webhookUrl is provided, contact results are progressively streamed in real-time as each lead is enriched (with status: "in_progress"), followed by a final completion webhook when all leads finish.
