Salesforce · Capability

Salesforce — Multiple

Salesforce — Multiple. 1 operations. Lead operation: Salesforce Publish Multiple Events With Soap Call. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceMultiple

What You Can Do

POST
Publishmultipleeventswithsoapcall — Salesforce Publish Multiple Events With Soap Call
/v1/soap/u/64-0

MCP Tools

salesforce-publish-multiple-events-soap

Salesforce Publish Multiple Events With Soap Call

Capability Spec

salesforce-multiple.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Multiple
  description: 'Salesforce — Multiple. 1 operations. Lead operation: Salesforce Publish Multiple Events With Soap Call. Self-contained
    Naftiko capability covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Multiple
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-multiple
    baseUri: https://login.salesforce.com
    description: Salesforce — Multiple business capability. Self-contained, no shared references.
    resources:
    - name: Soap-u-64.0
      path: /Soap/u/64.0
      operations:
      - name: publishmultipleeventswithsoapcall
        method: POST
        description: Salesforce Publish Multiple Events With Soap Call
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
          required: true
        - name: charset
          in: header
          type: string
          required: true
        - name: SOAPAction
          in: header
          type: string
          required: true
        - name: Accept
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-multiple-rest
    port: 8080
    description: REST adapter for Salesforce — Multiple. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/soap/u/64-0
      name: soap-u-64-0
      description: REST surface for Soap-u-64.0.
      operations:
      - method: POST
        name: publishmultipleeventswithsoapcall
        description: Salesforce Publish Multiple Events With Soap Call
        call: salesforce-multiple.publishmultipleeventswithsoapcall
        with:
          Content-Type: rest.Content-Type
          charset: rest.charset
          SOAPAction: rest.SOAPAction
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-multiple-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Multiple. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-publish-multiple-events-soap
      description: Salesforce Publish Multiple Events With Soap Call
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-multiple.publishmultipleeventswithsoapcall
      with:
        Content-Type: tools.Content-Type
        charset: tools.charset
        SOAPAction: tools.SOAPAction
        Accept: tools.Accept
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.