by 6sense
Search for people
Returns people in 6sense's B2B database who match company domain, job title, level, function, location or industry filters, without their emails or phone numbers.
Description
Send at least one of `domain`, `industryNAICS`, `email`, `linkedinUrl`, `country` or `jobTitle`, each a list of up to 10 values. Filters combine as one flat AND of ORs, such as (Product Manager OR Engineer) AND (US OR Canada), with no nesting. Page with `pageNo` and `pageSize` (up to 1,000). Each match says which contact data 6sense holds (`hasEmail`, `emailConfidence`, `hasPhone`), and `includeInSystemFlag=true` marks people already in your CRM or MAP. Search costs no credits; enrich the matches by their people ID to get emails and phone numbers.
search-people.md
Search for people
Returns people in 6sense's B2B database who match company domain, job title, level, function, location or industry filters, without their emails or phone numbers.
Send at least one of domain, industryNAICS, email, linkedinUrl,
country or jobTitle, each a list of up to 10 values. Filters combine as
one flat AND of ORs, such as (Product Manager OR Engineer) AND (US OR
Canada), with no nesting. Page with pageNo and pageSize (up to 1,000).
Each match says which contact data 6sense holds (hasEmail,
emailConfidence, hasPhone), and includeInSystemFlag=true marks people
already in your CRM or MAP. Search costs no credits; enrich the matches by
their people ID to get emails and phone numbers.
Set up
Use the first option your agent supports.
API (official)
- Base URL: https://api.6sense.com
- Endpoint:
POST /v2/search/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/search/people | API key in $SIXSENSE_API_KEY | Docs |