Salesforce · Capability

Salesforce — Notation

Salesforce — Notation. 1 operations. Lead operation: Salesforce Decision Model Notation Export. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceNotation

What You Can Do

POST
Decisionmodelnotationexport — Salesforce Decision Model Notation Export
/v1/data/v64-0/connect/business-rules/decision-models/export

MCP Tools

salesforce-decision-model-notation-export

Salesforce Decision Model Notation Export

Capability Spec

salesforce-notation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Notation
  description: 'Salesforce — Notation. 1 operations. Lead operation: Salesforce Decision Model Notation Export. Self-contained
    Naftiko capability covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Notation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-notation
    baseUri: https://login.salesforce.com
    description: Salesforce — Notation business capability. Self-contained, no shared references.
    resources:
    - name: data-v64.0-connect-business-rules-decision-models-export
      path: /data/v64.0/connect/business-rules/decision-models/export
      operations:
      - name: decisionmodelnotationexport
        method: POST
        description: Salesforce Decision Model Notation Export
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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-notation-rest
    port: 8080
    description: REST adapter for Salesforce — Notation. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/data/v64-0/connect/business-rules/decision-models/export
      name: data-v64-0-connect-business-rules-decision-models-export
      description: REST surface for data-v64.0-connect-business-rules-decision-models-export.
      operations:
      - method: POST
        name: decisionmodelnotationexport
        description: Salesforce Decision Model Notation Export
        call: salesforce-notation.decisionmodelnotationexport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-notation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Notation. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-decision-model-notation-export
      description: Salesforce Decision Model Notation Export
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-notation.decisionmodelnotationexport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.