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
| Parameter | Type | Required | Description |
|---|---|---|---|
enrichmentId | string | Yes | Registry enrichment id (e.g. "work-email") |
inputs | json | Yes | Map of the enrichment's input ids to values |
Output
The exact fields depend on which enrichment ran. matched and provider are always present.
| Parameter | Type | Description |
|---|---|---|
matched | boolean | Whether the enrichment found a result |
provider | string | Provider whose result was returned (e.g. "Hunter", "People Data Labs"); null on no match |
email | string | Work email address (Work Email enrichment) |
phone | string | Phone number (Phone Number enrichment) |
domain | string | Website domain (Company Domain enrichment) |
industry | string | Industry (Company Info enrichment) |
employeeCount | number | Employee count (Company Info enrichment) |
foundedYear | number | Founded year (Company Info enrichment) |
description | string | Company description (Company Info enrichment) |