Salesloft · Capability

Salesloft — Bulk Reschedule Tasks

Salesloft — Bulk Reschedule Tasks. 1 operations. Lead operation: Salesloft Reschedule Many Tasks at Once. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftBulk Reschedule Tasks

What You Can Do

POST
Post — Salesloft Reschedule Many Tasks at Once
/v1/bulk-reschedule-tasks

MCP Tools

salesloft-reschedule-many-tasks-once

Salesloft Reschedule Many Tasks at Once

Capability Spec

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