Start Bulk Enrichment
Enrich your contacts using this endpoint.
To enrich a contact, you need at least the firstname, lastname, and either the domain or the company_name. You can also pass the linkedin_url to increase the probability of finding emails and phones.
You can enrich up to 100 contacts in bulk. If you want to enrich only 1 contact, you can pass only 1 contact in the list.
All enrichments started on the API are visible on your FullEnrich dashboard. It is good practice to use a readable ‘name’ for each enrichment. This way, you can easily search through them. For instance, if you are enriching just one contact, you might name your enrichment ‘Firstname Lastname’.
To pass specific properties, utilize the ‘custom’ field by passing an object. For example, if you are enriching a contact from your CRM, include the CRM ‘contact_id’ in the custom object. This allows you to reference the contact_id when you receive the result on your webhook. The custom value should be a cast as a string (number will return an error)
To retrieve the results of your enrichment, you can either provide a webhook URL or call the GET /bulk/enrichment_id endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
If you are using n8n, this is where you add the Webhook that will be triggered when the enrichment is done.