Extract company website URL from a work email domain with a RegEx-based approach.
const result = await fetch("https://api.pipe0.com/v1/pipes/run", {
method: "POST",
headers: {
"Authorization": `Bearer ${API_KEY}`,
},
body: JSON.stringify({
pipes: [{
pipe_id: "company:websiteurl:email@1",
}],
input: []
})
});