Skip to Content

Mobile Number From Work Email (Waterfall)

Find mobile phone number for any prospect by using their work email address as input.

ProviderBilling Mode
Docs
CredentialsCost per record
Docs
P
LeadMagic
On Success
Managed

2 credits

Input Fields

work_email
string, required

Output Fields

mobile_number
string

const result = await fetch("https://api.pipe0.com/v1/pipes/run", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${API_KEY}`,
  },
  body: JSON.stringify({
    pipes: [{ 
      pipe_id: "people:mobilenumber:workemail:waterfall@1", 
    }],
    input: []
  })
});