Salesloft · Capability

Salesloft — Mime Email Payloads

Salesloft — Mime Email Payloads. 1 operations. Lead operation: Salesloft Fetch the MIME Content for Email. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftMime Email Payloads

What You Can Do

GET
Get — Salesloft Fetch the MIME Content for Email
/v1/mime-email-payloads/{id}

MCP Tools

salesloft-fetch-mime-content-email

Salesloft Fetch the MIME Content for Email

read-only idempotent

Capability Spec

salesloft-mime-email-payloads.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Mime Email Payloads
  description: 'Salesloft — Mime Email Payloads. 1 operations. Lead operation: Salesloft Fetch the MIME Content for Email.
    Self-contained Naftiko capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Mime Email Payloads
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-mime-email-payloads
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Mime Email Payloads business capability. Self-contained, no shared references.
    resources:
    - name: mime_email_payloads-id
      path: /mime_email_payloads/{id}
      operations:
      - name: get
        method: GET
        description: Salesloft Fetch the MIME Content for Email
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESLOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesloft-mime-email-payloads-rest
    port: 8080
    description: REST adapter for Salesloft — Mime Email Payloads. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/mime-email-payloads/{id}
      name: mime-email-payloads-id
      description: REST surface for mime_email_payloads-id.
      operations:
      - method: GET
        name: get
        description: Salesloft Fetch the MIME Content for Email
        call: salesloft-mime-email-payloads.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-mime-email-payloads-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Mime Email Payloads. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: salesloft-fetch-mime-content-email
      description: Salesloft Fetch the MIME Content for Email
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-mime-email-payloads.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.