ACTION_ID: personal_email_by_linkedin_url_waterfall NAME: Find Personal Email using LinkedIn URL CATEGORY: enrich CREDITS: 1-5 Find a person's personal (non-work) email — e.g. Gmail, Yahoo, iCloud, Outlook — using their LinkedIn URL. Use this when you need a personal-channel touchpoint instead of (or in addition to) a work email. 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 ================================================================================ linkedin_url (type: url, required) — LinkedIn URL LinkedIn URL of the prospect. ================================================================================ 2. OUTPUTS ================================================================================ personal_email (type: email) — Personal Email Personal email corresponding to the supplied LinkedIn URL. ================================================================================ 3. HOW TO CONFIGURE ================================================================================ Configure Action body: { "inputs": { "linkedin_url": "{{input.linkedin_url}}" } } Pass the prospect's flagship LinkedIn URL as `linkedin_url`. ================================================================================ 4. KEY NOTES ================================================================================ - Sales Nav LinkedIn URLs are NOT supported. The input must be a flagship LinkedIn profile URL (linkedin.com/in/). Sales Navigator-style URLs that use the opaque ID form (linkedin.com/in/ACoAA...) will not work — the providers in this waterfall expect the flagship form. If you only have a Sales Nav URL, run it through enrich_person_linkedin_profile first to convert it to the flagship form, then feed the flagship linkedin_url output into this action. ================================================================================ 5. WHERE IT FITS IN A WORKFLOW ================================================================================ Pattern: linkedin_url -> personal_email_by_linkedin_url_waterfall -> person_work_email_verification_by_zerobounce (or another verifier) -> personal-channel outreach. ================================================================================ 6. WHEN TO USE ================================================================================ Use personal_email_by_linkedin_url_waterfall for personal-email enrichment. ================================================================================ 7. WHEN NOT TO USE ================================================================================ Need a work email -> person_work_email_waterfall (https://floqer.com/docs/action-detail/person_work_email_waterfall.txt) ================================================================================ This file is maintained manually. Last updated: 2026-04-30. Full interactive reference: https://floqer.com/docs/reference Action catalog: https://floqer.com/docs/action-catalog.txt