Skills/Contact Data/Verify contacts

Verify contacts

~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 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.

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.

known_contactsrequired

People to look up. Each contact is identified by a professional profile link, or by first name, last name, and employer domain.

needsoptional

Whether you want work emails, phone numbers, or both. Defaults to emails only; phones cost significantly more.

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","known_contacts":"Jane Smith at acme.com, or linkedin.com/in/janesmith","needs":"work emails"}}'

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