Salesforce · Capability

Salesforce — Eligible

Salesforce — Eligible. 1 operations. Lead operation: Salesforce Eligible Promotions. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceEligible

What You Can Do

POST
Eligiblepromotions — Salesforce Eligible Promotions
/v1/data/v64-0/global-promotions-management/eligible-promotions

MCP Tools

salesforce-eligible-promotions

Salesforce Eligible Promotions

Capability Spec

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