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.
You already have the specific people and need their verified work email or phone number.
Discovering who works at a company when you do not have names yet (use one of the "Find people" operations).
~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.
Set these inside the intent when you run it.
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.
Set true to also verify phone numbers, not just work emails. Phone numbers cost significantly more per contact, so this is off by default.
Verified work email addresses and, when requested, phone numbers for each contact, with a per-record deliverability indicator.
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