Skip to Content

Mobile Number From Work Email (Waterfall)

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

Billable OperationProviderBilling Mode
Docs
Connection
Docs
Cost per operation
Docs
leadmagic-mobile-from-workemail
P
LeadMagic
On Success
Managed, User

2.00 credits

Input Fields

work_email
string, required

Output Fields

mobile
string

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