Salesforce Automation · Capability

Salesforce Change Data Capture API — Configuration

Salesforce Change Data Capture API — Configuration. 1 operations. Lead operation: Get CDC-enabled entities. Self-contained Naftiko capability covering one Salesforce Automation business surface.

Run with Naftiko Salesforce AutomationConfiguration

What You Can Do

GET
Getcdcenabledentities — Get CDC-enabled entities
/v1/knowledgemanagement/settings

MCP Tools

get-cdc-enabled-entities

Get CDC-enabled entities

read-only idempotent

Capability Spec

salesforce-change-data-capture-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce Change Data Capture API — Configuration
  description: 'Salesforce Change Data Capture API — Configuration. 1 operations. Lead operation: Get CDC-enabled entities.
    Self-contained Naftiko capability covering one Salesforce Automation business surface.'
  tags:
  - Salesforce Automation
  - Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_AUTOMATION_API_KEY: SALESFORCE_AUTOMATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-change-data-capture-configuration
    baseUri: https://{instance}.salesforce.com/services/data/v63.0
    description: Salesforce Change Data Capture API — Configuration business capability. Self-contained, no shared references.
    resources:
    - name: knowledgeManagement-settings
      path: /knowledgeManagement/settings
      operations:
      - name: getcdcenabledentities
        method: GET
        description: Get CDC-enabled entities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_AUTOMATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-change-data-capture-configuration-rest
    port: 8080
    description: REST adapter for Salesforce Change Data Capture API — Configuration. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/knowledgemanagement/settings
      name: knowledgemanagement-settings
      description: REST surface for knowledgeManagement-settings.
      operations:
      - method: GET
        name: getcdcenabledentities
        description: Get CDC-enabled entities
        call: salesforce-change-data-capture-configuration.getcdcenabledentities
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-change-data-capture-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce Change Data Capture API — Configuration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-cdc-enabled-entities
      description: Get CDC-enabled entities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesforce-change-data-capture-configuration.getcdcenabledentities
      outputParameters:
      - type: object
        mapping: $.