Salesforce Experience Cloud Salesforce CMS Connect API — Channels

Salesforce Experience Cloud Salesforce CMS Connect API — Channels. 2 operations. Lead operation: Salesforce Experience Cloud List CMS Channels. Self-contained Naftiko capability covering one Salesforce Experience Cloud business surface.

Run with Naftiko Salesforce Experience CloudChannels

What You Can Do

GET
Listcmschannels — Salesforce Experience Cloud List CMS Channels
/v1/channels
GET
Getcmschannel — Salesforce Experience Cloud Get a CMS Channel
/v1/channels/{channelid}

MCP Tools

salesforce-experience-cloud-list-cms

Salesforce Experience Cloud List CMS Channels

read-only idempotent
salesforce-experience-cloud-get-cms

Salesforce Experience Cloud Get a CMS Channel

read-only idempotent

Capability Spec

cms-connect-channels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce Experience Cloud Salesforce CMS Connect API — Channels
  description: 'Salesforce Experience Cloud Salesforce CMS Connect API — Channels. 2 operations. Lead operation: Salesforce
    Experience Cloud List CMS Channels. Self-contained Naftiko capability covering one Salesforce Experience Cloud business
    surface.'
  tags:
  - Salesforce Experience Cloud
  - Channels
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_EXPERIENCE_CLOUD_API_KEY: SALESFORCE_EXPERIENCE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: cms-connect-channels
    baseUri: https://{instance}.salesforce.com/services/data/v59.0/connect/cms
    description: Salesforce Experience Cloud Salesforce CMS Connect API — Channels business capability. Self-contained, no
      shared references.
    resources:
    - name: channels
      path: /channels
      operations:
      - name: listcmschannels
        method: GET
        description: Salesforce Experience Cloud List CMS Channels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: channels-channelId
      path: /channels/{channelId}
      operations:
      - name: getcmschannel
        method: GET
        description: Salesforce Experience Cloud Get a CMS Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: cms-connect-channels-rest
    port: 8080
    description: REST adapter for Salesforce Experience Cloud Salesforce CMS Connect API — Channels. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/channels
      name: channels
      description: REST surface for channels.
      operations:
      - method: GET
        name: listcmschannels
        description: Salesforce Experience Cloud List CMS Channels
        call: cms-connect-channels.listcmschannels
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/channels/{channelid}
      name: channels-channelid
      description: REST surface for channels-channelId.
      operations:
      - method: GET
        name: getcmschannel
        description: Salesforce Experience Cloud Get a CMS Channel
        call: cms-connect-channels.getcmschannel
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cms-connect-channels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce Experience Cloud Salesforce CMS Connect API — Channels. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: salesforce-experience-cloud-list-cms
      description: Salesforce Experience Cloud List CMS Channels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cms-connect-channels.listcmschannels
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-experience-cloud-get-cms
      description: Salesforce Experience Cloud Get a CMS Channel
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cms-connect-channels.getcmschannel
      outputParameters:
      - type: object
        mapping: $.