Enrichment

Enrich data with a Sim enrichment

en

Usage Instructions

Run a Sim enrichment to look up data — work email, phone number, company domain, company info, and more — from the fields you map in. Uses the same provider cascade as table enrichments.

Tools

enrichment_run

Run a Sim enrichment (e.g. Work Email, Phone Number) and return its outputs

Input

ParameterTypeRequiredDescription
enrichmentIdstringYesRegistry enrichment id (e.g. "work-email")
inputsjsonYesMap of the enrichment's input ids to values

Output

The exact fields depend on which enrichment ran. matched and provider are always present.

ParameterTypeDescription
matchedbooleanWhether the enrichment found a result
providerstringProvider whose result was returned (e.g. "Hunter", "People Data Labs"); null on no match
emailstringWork email address (Work Email enrichment)
phonestringPhone number (Phone Number enrichment)
domainstringWebsite domain (Company Domain enrichment)
industrystringIndustry (Company Info enrichment)
employeeCountnumberEmployee count (Company Info enrichment)
foundedYearnumberFounded year (Company Info enrichment)
descriptionstringCompany description (Company Info enrichment)

On this page