by 6sense
Enrich people
Returns the email, phone numbers, job title, level and company of up to 25 people per call, each matched from an email, a LinkedIn URL or a 6sense people ID.
Description
Send a JSON array of up to 25 queries, each with one of `email`, `linkedInUrl` or `peopleId`; the `referenceKeys` you add come back with each match. Every matched person costs one 6sense Credit, and people on your exclusion list are left out. Needs the People Enrichment API add-on and allows up to 20 queries per second.
enrich-people.md
Enrich people
Returns the email, phone numbers, job title, level and company of up to 25 people per call, each matched from an email, a LinkedIn URL or a 6sense people ID.
Send a JSON array of up to 25 queries, each with one of email,
linkedInUrl or peopleId; the referenceKeys you add come back with each
match. Every matched person costs one 6sense Credit, and people on your
exclusion list are left out. Needs the People Enrichment API add-on and
allows up to 20 queries per second.
Set up
Use the first option your agent supports.
API (official)
- Base URL: https://api.6sense.com
- Endpoint:
POST /v2/enrichment/people - Auth: send the header
Authorization: Token $SIXSENSE_API_KEY - Get a key: https://abm.6sense.com/login?redirect=%2Fsettings%2Fintegration%2Fapitokenmanagement
- Docs: https://api.6sense.com/docs/
Before doing anything else, make one read-only call to confirm access.
Rules
- Ask the user before anything that sends messages, costs money, or changes data.
- Never print API keys.
Built from these files in the repository
The layout and the rules come from lib/catalog/render-markdown.ts, the set-up wording from lib/catalog/render-access.ts.
Ways in
| Route | Source | Call | Required | Docs |
|---|---|---|---|---|
| Official | POST /v2/enrichment/people | API key in $SIXSENSE_API_KEY | Docs |