Salesloft · Capability

Salesloft — Person Upserts

Salesloft — Person Upserts. 1 operations. Lead operation: Salesloft Person Upsert. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftPerson Upserts

What You Can Do

POST
Post — Salesloft Person Upsert
/v1/person-upserts

MCP Tools

salesloft-person-upsert

Salesloft Person Upsert

Capability Spec

salesloft-person-upserts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Person Upserts
  description: 'Salesloft — Person Upserts. 1 operations. Lead operation: Salesloft Person Upsert. Self-contained Naftiko
    capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Person Upserts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-person-upserts
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Person Upserts business capability. Self-contained, no shared references.
    resources:
    - name: person_upserts
      path: /person_upserts
      operations:
      - name: post
        method: POST
        description: Salesloft Person Upsert
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.SALESLOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesloft-person-upserts-rest
    port: 8080
    description: REST adapter for Salesloft — Person Upserts. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/person-upserts
      name: person-upserts
      description: REST surface for person_upserts.
      operations:
      - method: POST
        name: post
        description: Salesloft Person Upsert
        call: salesloft-person-upserts.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-person-upserts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Person Upserts. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesloft-person-upsert
      description: Salesloft Person Upsert
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesloft-person-upserts.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.