6sense · Capability

6sense People Enrichment API

Batch enrich up to 25 contacts per request keyed by email, LinkedIn URL, or 6sense peopleId. Returns rich contact profile data and embedded company firmographics.

6sense People Enrichment API is a Naftiko capability published by 6sense, one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/v2/enrichment/people.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include 6sense, Enrichment, and People.

Run with Naftiko 6senseEnrichmentPeople

What You Can Do

POST
Enrichpeople — Enrich up to 25 contacts.
/v1/v2/enrichment/people

Capability Spec

people-enrichment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 6sense People Enrichment API
  description: Batch enrich up to 25 contacts per request keyed by email, LinkedIn URL, or 6sense
    peopleId. Returns rich contact profile data and embedded company firmographics.
  tags:
  - 6sense
  - Enrichment
  - People
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SIXSENSE_API_TOKEN: SIXSENSE_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: people-enrichment
    baseUri: https://api.6sense.com
    description: 6sense People Enrichment business capability.
    resources:
    - name: v2-enrichment-people
      path: /v2/enrichment/people
      operations:
      - name: enrichPeople
        method: POST
        description: Batch enrich up to 25 contacts.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: array
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: 'Token {{env.SIXSENSE_API_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: people-enrichment-rest
    port: 8080
    description: REST adapter for 6sense People Enrichment.
    resources:
    - path: /v1/v2/enrichment/people
      name: v2-enrichment-people
      description: REST surface for people enrichment.
      operations:
      - method: POST
        name: enrichPeople
        description: Enrich up to 25 contacts.
        call: people-enrichment.enrichPeople
        with:
          body: rest.body