Find mobile phone number for any prospect using multiple data providers in a waterfall motion.
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:professionalprofile:waterfall@1",
}],
input: []
})
});