Skip to Content
Pipe0 is close to launch šŸŽ‰
Pipe CatalogPeople Is Work Email Pipe0Pipe Catalog | PeopleIsWorkEmailPipe0@1
PeopleIsWorkEmailPipe0@1

Check If Work Email

Check if a given email address is a work email address.

email

Provider Options

ProviderCredentialsCost per record
P
pipe0
Managed
$0.00 per request

Input Groups

email

string
Required

Output Fields

isWorkEmail

boolean

Code Example

const result = await fetch("https://pipe0.com/api/v1/run", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${YOUR_API_TOKEN}`,
  },
  body: JSON.stringify({
    pipes: [{ name: "PeopleIsWorkEmailPipe0@1" }],
    input: []
  })
});
Last updated on