Enrich from Email
Get detailed information about a person from their email address, including their name, position, company, and social profiles.
Enrich Email Formula
Formula Structure
=ENRICH_EMAIL(email, [showHeader], [ignore_cache])
Parameters
- email (required): The email address to enrich (e.g., "[email protected]")
- showHeader (optional): TRUE to include a header row. Default is FALSE.
- ignore_cache (optional): TRUE to force fetching fresh results; FALSE uses cached results when available
Examples
Basic enrichment (no header):
=ENRICH_EMAIL("[email protected]")
Include header row:
=ENRICH_EMAIL("[email protected]", TRUE)
Force fresh results (ignore cache):
=ENRICH_EMAIL("[email protected]", TRUE, TRUE)
Enrich from a cell reference: If A2 contains an email address:
=ENRICH_EMAIL(A2, TRUE)
What Information You Get
The enrichment typically returns:
- Full Name: First and last name
- Position: Job title
- Company: Company name
- LinkedIn: LinkedIn profile URL
- Twitter: Twitter handle (if available)
- Phone Number: Phone number (if available)
- Location: City/Country
Use Cases
- Lead Qualification: Verify and enrich leads from your database
- Contact Research: Learn more about people who signed up or contacted you
- CRM Enhancement: Fill in missing information in your contact database
- Outreach Personalization: Get context before reaching out
Tips for Best Results
- Use professional/work email addresses (personal emails like Gmail may have limited data)
- Company email addresses typically return more complete information
- Combine with other formulas for a complete prospecting workflow
Credit Cost
- Email enrichment uses Hunter API which costs 20 credits per enrichment
Related Features
- Find Email Addresses - Find emails from names and domains
- Company Enrichment - Enrich company information
- LinkedIn Prospecting - Find LinkedIn profiles