Skills/Contact Data/Verify email or phone for known people

Verify email or phone for known people

~100 credits / contact (up to 5000)

Takes a list of people you already know, identified by profile link or by name and employer domain, and returns their verified work email addresses or phone numbers. Each result includes a deliverability indicator so you can assess confidence before sending. Phone numbers cost significantly more than emails and are only returned when explicitly requested.

Use when

You already have the specific people and need their verified work email or phone number.

Not for

Discovering who works at a company when you do not have names yet (use one of the "Find people" operations).

Cost

~100 credits / contact (up to 5000)

100 credits per verified email and 400 per verified phone; the usual case is email-only for a few contacts.

Estimated; the actual charge depends on your input and is shown in the response.

What it accepts

Set these inside the intent when you run it.

contactsrequired

The people to look up, up to 10. Each is identified by a professional profile link plus their employer's website domain, or by first name, last name, and employer domain. Always include the employer domain when you know it, it sharply improves accuracy for people with several affiliations.

include_phonesoptional

Set true to also verify phone numbers, not just work emails. Phone numbers cost significantly more per contact, so this is off by default.

What you get back

Verified work email addresses and, when requested, phone numbers for each contact, with a per-record deliverability indicator.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Contact Data skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/contact-data/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"enrich_contacts","contacts":"[{\"linkedin_url\": \"linkedin.com/in/janesmith\", \"domain\": \"acme.com\"}]","include_phones":"false"}}'

Example requests

  • Get the work email for this LinkedIn profile: linkedin.com/in/janesmith
  • Find verified emails for these three contacts at acme.com
  • Look up the phone number for John Doe at stripe.com