Adapt · Capability

Adapt Prospect API — Contact Enrichment

Adapt Prospect API — Contact Enrichment. 1 operation. Lead operation: Adapt Enrich Contact. Self-contained Naftiko capability covering one Adapt business surface.

Adapt Prospect API — Contact Enrichment is a Naftiko capability published by Adapt, one of 4 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v3/contact/enrich.

The capability includes 1 state-changing operation. Lead operation: Adapt Enrich Contact. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Adapt, Contacts, and Enrichment.

Run with Naftiko AdaptContactsEnrichment

What You Can Do

POST
Enrichcontact — Adapt Enrich Contact
/v3/contact/enrich

MCP Tools

adapt-enrich-contact

Adapt Enrich Contact

idempotent

Capability Spec

prospect-enrichment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adapt Prospect API — Contact Enrichment
  description: >-
    Adapt Prospect API — Contact Enrichment. 1 operation. Lead operation: Adapt Enrich Contact.
    Self-contained Naftiko capability covering one Adapt business surface.
  tags:
    - Adapt
    - Contacts
    - Enrichment
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      ADAPT_EMAIL: ADAPT_EMAIL
      ADAPT_API_KEY: ADAPT_API_KEY
capability:
  consumes:
    - type: http
      namespace: prospect-enrichment
      baseUri: https://api.adapt.io/v3
      description: Adapt Prospect API — Contact Enrichment business capability. Self-contained, no shared references.
      resources:
        - name: contact-enrich
          path: /contact/enrich
          operations:
            - name: enrichcontact
              method: POST
              description: Adapt Enrich Contact
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Enrichment request body — pass email, linkedinURL, or firstName+lastName+domain.
                  required: true
      authentication:
        type: composite
        headers:
          email: '{{env.ADAPT_EMAIL}}'
          apiKey: '{{env.ADAPT_API_KEY}}'
  exposes:
    - type: rest
      namespace: prospect-enrichment-rest
      port: 8080
      description: REST adapter for Adapt Prospect API — Contact Enrichment.
      resources:
        - path: /v3/contact/enrich
          name: contact-enrich
          description: REST surface for contact enrichment.
          operations:
            - method: POST
              name: enrichcontact
              description: Adapt Enrich Contact
              call: prospect-enrichment.enrichcontact
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: prospect-enrichment-mcp
      port: 9090
      transport: http
      description: MCP adapter for Adapt Prospect API — Contact Enrichment.
      tools:
        - name: adapt-enrich-contact
          description: Adapt Enrich Contact
          hints:
            readOnly: false
            destructive: false
            idempotent: true
          call: prospect-enrichment.enrichcontact
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.