Person Enrichment

Person Enrichment configuration
Person Enrichment: look up contact data

Look up detailed information about a person using their name and company domain. Returns job title, LinkedIn profile, email, phone, and company information.

Type: PERSON_ENRICHMENT Color: Purple (#8B5CF6) Credits: 10 per lookup Tabs: Initialise → Configure → Test

Templates

TemplateInput fieldsUse case
Basic EnrichmentFull name + domainStandard lead enrichment
LinkedIn EnrichmentFull name + domain + LinkedIn URLHigher accuracy with LinkedIn URL

Configure fields

FieldTypeRequiredDescription
Full nameFX formulaYesPerson's full legal name (e.g., "Jane Smith")
DomainFX formulaYesCompany website domain (e.g., "acme.com")
LinkedIn URLFX formulaNoDirect LinkedIn profile URL for more accurate results

Output

VariableDescription
{{enrich.name}}Full name (confirmed)
{{enrich.title}}Job title
{{enrich.email}}Business email
{{enrich.phone}}Phone number
{{enrich.linkedin}}LinkedIn profile URL
{{enrich.company.name}}Company name
{{enrich.company.industry}}Industry
{{enrich.company.size}}Company size range
{{enrich.company.location}}HQ location

Common patterns

Lead enrichment pipeline

Form Submission → Person Enrichment → Create HubSpot Contact (with enriched fields)

Batch enrichment

Find All Records (new leads) → For Each →
  Person Enrichment → Update Record (add enriched data) → Delay (1s)

Qualify then enrich

Form Submission → If-Else (company email domain, not gmail/yahoo) →
  Business email: Person Enrichment → Create CRM Record
  Personal email: Send generic welcome email
Warning

Person Enrichment costs 10 credits per lookup. Use it selectively. Filter out personal email addresses (gmail, yahoo) before enriching; they rarely return results.

Tip

Including a LinkedIn URL dramatically improves accuracy. If you can collect it in your form, add it to the enrichment input.