Takes a business email address and chains through four enrichment steps to build a complete identity record: email → LinkedIn → full profile + personal contact data.
If the email isn't in the identity graph, the chain stops at step one with nothing to show — no credits wasted on subsequent calls.
business email
→ hem_to_best_linkedin (email → LinkedIn URL)
→ linkedin_to_business_profile (LinkedIn → name, title, company, firmographics)
→ enrich_personal_email (LinkedIn → personal email) ─┐ parallel
→ enrich_phone (LinkedIn → mobile) ─┘
Resolved: jane@acmecorp.com
Jane Smith — Head of Marketing, Acme Corp
LinkedIn: https://www.linkedin.com/in/janesmith
Location: San Francisco, US
Industry: Information Technology · 201–500 employees
Personal email: jane.smith@gmail.com (validated 2024-09-17)
Mobile: +1 415 555 0192
For a list of emails, the skill uses hem_to_best_linkedin in batch mode (up to 100), then enriches all resolved LinkedIn URLs in one pass.