ACTION_ID: personal_phone_number_by_linkedin_url_waterfall NAME: Find Verified Phone Number using LinkedIn URL CATEGORY: enrich CREDITS: 0.1-23 Find mobile (personal) phone numbers using a person's LinkedIn URL. 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. Must be a flagship LinkedIn URL — see KEY NOTES. ================================================================================ 2. OUTPUTS ================================================================================ phone_number (type: string) — Phone Number Verified phone number for the person matched to the supplied LinkedIn URL. Returned in international format (e.g. "+19258675309"). ================================================================================ 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 — most providers in the waterfall reject them outright. 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_phone_number_by_linkedin_url_waterfall -> person_phone_number_verification_using_real_phone -> dialer/SMS. ================================================================================ 6. WHEN TO USE ================================================================================ Use personal_phone_number_by_linkedin_url_waterfall to enrich a personal (mobile) phone number from a LinkedIn URL. ================================================================================ 7. WHEN NOT TO USE ================================================================================ Need an email -> person_work_email_waterfall or personal_email_by_linkedin_url_waterfall (https://floqer.com/docs/action-detail/.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