Salesloft · Capability

Salesloft — Bulk Jobs - Job Data

Salesloft — Bulk Jobs - Job Data. 2 operations. Lead operation: Salesloft Create Job Data for a Bulk Job. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftBulk Jobs - Job Data

What You Can Do

POST
Post — Salesloft Create Job Data for a Bulk Job
/v1/bulk-jobs/{bulk-jobs-id}/job-data/{bulk-jobs-id}
GET
Get — Salesloft List Job Data for a Bulk Job
/v1/bulk-jobs/{bulk-jobs-id}/job-data/{bulk-jobs-id}

MCP Tools

salesloft-create-job-data-bulk

Salesloft Create Job Data for a Bulk Job

salesloft-list-job-data-bulk

Salesloft List Job Data for a Bulk Job

read-only idempotent

Capability Spec

salesloft-bulk-jobs-job-data.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Bulk Jobs - Job Data
  description: 'Salesloft — Bulk Jobs - Job Data. 2 operations. Lead operation: Salesloft Create Job Data for a Bulk Job.
    Self-contained Naftiko capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Bulk Jobs - Job Data
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-bulk-jobs-job-data
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Bulk Jobs - Job Data business capability. Self-contained, no shared references.
    resources:
    - name: bulk_jobs-bulk_jobs_id-job_data-bulk_jobs_id
      path: /bulk_jobs/{bulk_jobs_id}/job_data/{bulk_jobs_id}
      operations:
      - name: post
        method: POST
        description: Salesloft Create Job Data for a Bulk Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: bulk_jobs_id
          in: path
          type: string
          required: true
        - name: bulk_jobs_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: get
        method: GET
        description: Salesloft List Job Data for a Bulk Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: status
          in: query
          type: string
        - name: id
          in: query
          type: string
        - name: per_page
          in: query
          type: string
        - name: bulk_jobs_id
          in: path
          type: string
          required: true
        - name: bulk_jobs_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESLOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesloft-bulk-jobs-job-data-rest
    port: 8080
    description: REST adapter for Salesloft — Bulk Jobs - Job Data. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/bulk-jobs/{bulk-jobs-id}/job-data/{bulk-jobs-id}
      name: bulk-jobs-bulk-jobs-id-job-data-bulk-jobs-id
      description: REST surface for bulk_jobs-bulk_jobs_id-job_data-bulk_jobs_id.
      operations:
      - method: POST
        name: post
        description: Salesloft Create Job Data for a Bulk Job
        call: salesloft-bulk-jobs-job-data.post
        with:
          bulk_jobs_id: rest.bulk_jobs_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: get
        description: Salesloft List Job Data for a Bulk Job
        call: salesloft-bulk-jobs-job-data.get
        with:
          status: rest.status
          id: rest.id
          per_page: rest.per_page
          bulk_jobs_id: rest.bulk_jobs_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-bulk-jobs-job-data-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Bulk Jobs - Job Data. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: salesloft-create-job-data-bulk
      description: Salesloft Create Job Data for a Bulk Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesloft-bulk-jobs-job-data.post
      with:
        bulk_jobs_id: tools.bulk_jobs_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: salesloft-list-job-data-bulk
      description: Salesloft List Job Data for a Bulk Job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-bulk-jobs-job-data.get
      with:
        status: tools.status
        id: tools.id
        per_page: tools.per_page
        bulk_jobs_id: tools.bulk_jobs_id
      outputParameters:
      - type: object
        mapping: $.