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 people and need their verified work email or phone number.
Discovering who works at a company when you do not have names yet.
~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.
People to look up. Each contact is identified by a professional profile link, or by first name, last name, and employer domain.
Whether you want work emails, phone numbers, or both. Defaults to emails only; phones cost significantly more.
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","known_contacts":"Jane Smith at acme.com, or linkedin.com/in/janesmith","needs":"work emails"}}'Example requests