by 6sense
Enrich a company
Returns a company's firmographics, such as industry, employee and revenue range, address and SIC and NAICS codes, plus its 6sense segments, found from an email or a domain.
Description
Send a form-encoded `email` or `domain`; when both are given, the email is matched first. Add `country` to get the company's `companyId` back. Each enriched record costs one 6sense Credit, and the API needs the 6sense Platform or Sales Intelligence package. Segment names appear only when they are turned on in API Settings.
enrich-company.md
Enrich a company
Returns a company's firmographics, such as industry, employee and revenue range, address and SIC and NAICS codes, plus its 6sense segments, found from an email or a domain.
Send a form-encoded email or domain; when both are given, the email is
matched first. Add country to get the company's companyId back. Each
enriched record costs one 6sense Credit, and the API needs the 6sense
Platform or Sales Intelligence package. Segment names appear only when they
are turned on in API Settings.
Set up
Use the first option your agent supports.
API (official)
- Base URL: https://api.6sense.com
- Endpoint:
POST /v1/enrichment/company - 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 /v1/enrichment/company | API key in $SIXSENSE_API_KEY | Docs |