ACTION_ID: person_linkedin_url_by_email NAME: Find LinkedIn URL using Email CATEGORY: Person Enrichment CREDITS: 0.1-10 Find a person's LinkedIn URL using only their email. The email can be a work email or a personal email — both are accepted. 1. INPUTS email (type: email, required) — Email The prospect's email address. Either a work email or a personal email — both are accepted, no corporate-domain requirement. Despite the field name, any email type is valid. 2. OUTPUTS linkedin_url (type: url) — LinkedIn URL LinkedIn URL of the person matched to the supplied email. 3. HOW TO CONFIGURE Configure Action body: { "inputs": { "email": "{{input.email}}" } } Pass the prospect's email (work or personal) as `email`. 4. KEY NOTES - Waterfall across multiple reverse-email-lookup providers under the hood. Cost varies by which provider returns the match — see CREDITS at the top of this file for the range. - Accepts work or personal emails. Despite the field semantics implying a work email, both are valid. 5. WHERE IT FITS IN A WORKFLOW Pattern: email ingest -> person_linkedin_url_by_email -> enrich_person_linkedin_profile -> downstream enrichment / outreach. 6. WHEN TO USE Use person_linkedin_url_by_email to reverse-resolve an email (work or personal) into a LinkedIn URL. 7. WHEN NOT TO USE Need work email enrichment instead -> action-detail/person_work_email_waterfall.txt Need to find a personal email (rather than reverse-resolve an email into a LinkedIn URL) -> action-detail/personal_email_by_linkedin_url_waterfall.txt This action goes the other direction — email -> LinkedIn URL — and returns no email at all. If your goal is to find a person's personal email, use the personal-email waterfall instead. Last updated: 2026-05-01.