Salesloft · Capability

Salesloft — Account Upserts

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

Run with Naftiko SalesloftAccount Upserts

What You Can Do

POST
Post — Salesloft Upsert an Account
/v1/account-upserts

MCP Tools

salesloft-upsert-account

Salesloft Upsert an Account

Capability Spec

salesloft-account-upserts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Account Upserts
  description: 'Salesloft — Account Upserts. 1 operations. Lead operation: Salesloft Upsert an Account. Self-contained Naftiko
    capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Account 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-account-upserts
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Account Upserts business capability. Self-contained, no shared references.
    resources:
    - name: account_upserts
      path: /account_upserts
      operations:
      - name: post
        method: POST
        description: Salesloft Upsert an Account
        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-account-upserts-rest
    port: 8080
    description: REST adapter for Salesloft — Account Upserts. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/account-upserts
      name: account-upserts
      description: REST surface for account_upserts.
      operations:
      - method: POST
        name: post
        description: Salesloft Upsert an Account
        call: salesloft-account-upserts.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-account-upserts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Account Upserts. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: salesloft-upsert-account
      description: Salesloft Upsert an Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesloft-account-upserts.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.