Salesloft · Capability

Salesloft — Signals

Salesloft — Signals. 1 operations. Lead operation: Salesloft Create a Signal. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftSignals

What You Can Do

POST
Post — Salesloft Create a Signal
/v1/signals

MCP Tools

salesloft-create-signal

Salesloft Create a Signal

Capability Spec

salesloft-signals.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Signals
  description: 'Salesloft — Signals. 1 operations. Lead operation: Salesloft Create a Signal. Self-contained Naftiko capability
    covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Signals
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-signals
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Signals business capability. Self-contained, no shared references.
    resources:
    - name: signals
      path: /signals
      operations:
      - name: post
        method: POST
        description: Salesloft Create a Signal
        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-signals-rest
    port: 8080
    description: REST adapter for Salesloft — Signals. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/signals
      name: signals
      description: REST surface for signals.
      operations:
      - method: POST
        name: post
        description: Salesloft Create a Signal
        call: salesloft-signals.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-signals-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Signals. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesloft-create-signal
      description: Salesloft Create a Signal
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesloft-signals.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.