Create an enrichment
Create an enrichment for a specific resource (list or campaign). This is the main endpoint for adding enrichments to resources. The enrichments are automatically run after creation.
Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Unique identifier for the resource (list or campaign)
"01234567-89ab-cdef-0123-456789abcdef"
Enrichment type to add to the resource
work_email_enrichment, fully_enriched_profile, email_verification, joblisting, technologies, news, funding, engagement_score, ai_enrichment, custom_flow "email_verification"
Maximum number of leads to enrich.
1 <= x <= 50000100
Filters to apply to the enrichment
Custom flow to apply to the enrichment
Provider-keyed integration actions to run against the resource. Mutually exclusive with type — either run a built-in enrichment via type or supply integration_actions to run one or more provider actions. Outer keys are provider IDs (e.g. findymail, apify); inner keys are action IDs offered by that provider (e.g. findymail_find_email). Each action requires a mapping object whose keys are the action's declared input fields and whose values are the lead column names to read from.
{
"findymail": {
"findymail_find_email": {
"mapping": {
"first_name": "firstName",
"last_name": "lastName",
"domain": "website"
}
}
}
}Response
Default Response
Unique identifier for the enrichment
"01234567-89ab-cdef-0123-456789abcdef"
Organization ID that created this enrichment
"01234567-89ab-cdef-0123-456789abcdef"
Unique identifier for the entity to enrich leads into
"01234567-89ab-cdef-0123-456789abcdef"
The maximum number of leads to enrich
100
The enrichment configuration payload