ACTION_ID: person_linkedin_url_by_email NAME: Find LinkedIn URL using Email CATEGORY: enrich CREDITS: 0.1-5 Find a person's LinkedIn URL using only their email. The email can be a work email or a personal email — both are accepted. INDEX: 1. Inputs 2. Outputs 3. How to configure 4. Key notes 5. Where it fits in a workflow 6. When to use 7. When not to use ================================================================================ 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 -> person_work_email_waterfall (https://floqer.com/docs/action-detail/person_work_email_waterfall.txt) Need to find a personal email (rather than reverse-resolve an email into a LinkedIn URL) -> personal_email_by_linkedin_url_waterfall (https://floqer.com/docs/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. ================================================================================ This file is maintained manually. Last updated: 2026-05-01. Full interactive reference: https://floqer.com/docs/reference Action catalog: https://floqer.com/docs/action-catalog.txt