Salesforce Experience Cloud Salesforce CMS Delivery API — Content Delivery

Salesforce Experience Cloud Salesforce CMS Delivery API — Content Delivery. 3 operations. Lead operation: Salesforce Experience Cloud Query Delivery Content by Channel. Self-contained Naftiko capability covering one Salesforce Experience Cloud business surface.

Run with Naftiko Salesforce Experience CloudContent Delivery

What You Can Do

GET
Querydeliverycontent — Salesforce Experience Cloud Query Delivery Content by Channel
/v1/channels/{channelid}/contents/query
GET
Searchdeliverycontent — Salesforce Experience Cloud Search Delivery Content
/v1/channels/{channelid}/contents/search
GET
Getdeliverycontentitem — Salesforce Experience Cloud Get a Delivery Content Item
/v1/channels/{channelid}/contents/{contentkeyorid}

MCP Tools

salesforce-experience-cloud-query-delivery

Salesforce Experience Cloud Query Delivery Content by Channel

read-only idempotent
salesforce-experience-cloud-search-delivery

Salesforce Experience Cloud Search Delivery Content

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

Salesforce Experience Cloud Get a Delivery Content Item

read-only idempotent

Capability Spec

cms-delivery-content-delivery.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce Experience Cloud Salesforce CMS Delivery API — Content Delivery
  description: 'Salesforce Experience Cloud Salesforce CMS Delivery API — Content Delivery. 3 operations. Lead operation:
    Salesforce Experience Cloud Query Delivery Content by Channel. Self-contained Naftiko capability covering one Salesforce
    Experience Cloud business surface.'
  tags:
  - Salesforce Experience Cloud
  - Content Delivery
  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-delivery-content-delivery
    baseUri: https://{instance}.salesforce.com/services/data/v59.0/connect/cms/delivery
    description: Salesforce Experience Cloud Salesforce CMS Delivery API — Content Delivery business capability. Self-contained,
      no shared references.
    resources:
    - name: channels-channelId-contents-query
      path: /channels/{channelId}/contents/query
      operations:
      - name: querydeliverycontent
        method: GET
        description: Salesforce Experience Cloud Query Delivery Content by Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: managedContentType
          in: query
          type: string
          description: Developer name of the content type (e.g., news, cms_image, cms_document, custom content types)
          required: true
        - name: language
          in: query
          type: string
          description: Language code for content variant (e.g., en_US, fr, de)
        - name: contentKeys
          in: query
          type: string
          description: Comma-separated list of content keys to retrieve
        - name: managedContentIds
          in: query
          type: string
          description: Comma-separated list of managed content record IDs
        - name: topics
          in: query
          type: string
          description: Comma-separated list of topic names to filter content
        - name: showAbsoluteUrl
          in: query
          type: boolean
          description: Whether to return absolute URLs for media references
    - name: channels-channelId-contents-search
      path: /channels/{channelId}/contents/search
      operations:
      - name: searchdeliverycontent
        method: GET
        description: Salesforce Experience Cloud Search Delivery Content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: Full-text search term
          required: true
        - name: managedContentType
          in: query
          type: string
          description: Filter results to a specific content type
        - name: language
          in: query
          type: string
          description: Language code for content filtering
        - name: showAbsoluteUrl
          in: query
          type: boolean
          description: Whether to return absolute URLs
    - name: channels-channelId-contents-contentKeyOrId
      path: /channels/{channelId}/contents/{contentKeyOrId}
      operations:
      - name: getdeliverycontentitem
        method: GET
        description: Salesforce Experience Cloud Get a Delivery Content Item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: contentKeyOrId
          in: path
          type: string
          description: Content key or managed content record ID
          required: true
        - name: language
          in: query
          type: string
          description: Language variant to retrieve
        - name: showAbsoluteUrl
          in: query
          type: boolean
          description: Whether to return absolute URLs
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: cms-delivery-content-delivery-rest
    port: 8080
    description: REST adapter for Salesforce Experience Cloud Salesforce CMS Delivery API — Content Delivery. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/channels/{channelid}/contents/query
      name: channels-channelid-contents-query
      description: REST surface for channels-channelId-contents-query.
      operations:
      - method: GET
        name: querydeliverycontent
        description: Salesforce Experience Cloud Query Delivery Content by Channel
        call: cms-delivery-content-delivery.querydeliverycontent
        with:
          managedContentType: rest.managedContentType
          language: rest.language
          contentKeys: rest.contentKeys
          managedContentIds: rest.managedContentIds
          topics: rest.topics
          showAbsoluteUrl: rest.showAbsoluteUrl
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/channels/{channelid}/contents/search
      name: channels-channelid-contents-search
      description: REST surface for channels-channelId-contents-search.
      operations:
      - method: GET
        name: searchdeliverycontent
        description: Salesforce Experience Cloud Search Delivery Content
        call: cms-delivery-content-delivery.searchdeliverycontent
        with:
          q: rest.q
          managedContentType: rest.managedContentType
          language: rest.language
          showAbsoluteUrl: rest.showAbsoluteUrl
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/channels/{channelid}/contents/{contentkeyorid}
      name: channels-channelid-contents-contentkeyorid
      description: REST surface for channels-channelId-contents-contentKeyOrId.
      operations:
      - method: GET
        name: getdeliverycontentitem
        description: Salesforce Experience Cloud Get a Delivery Content Item
        call: cms-delivery-content-delivery.getdeliverycontentitem
        with:
          contentKeyOrId: rest.contentKeyOrId
          language: rest.language
          showAbsoluteUrl: rest.showAbsoluteUrl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cms-delivery-content-delivery-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce Experience Cloud Salesforce CMS Delivery API — Content Delivery. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: salesforce-experience-cloud-query-delivery
      description: Salesforce Experience Cloud Query Delivery Content by Channel
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cms-delivery-content-delivery.querydeliverycontent
      with:
        managedContentType: tools.managedContentType
        language: tools.language
        contentKeys: tools.contentKeys
        managedContentIds: tools.managedContentIds
        topics: tools.topics
        showAbsoluteUrl: tools.showAbsoluteUrl
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-experience-cloud-search-delivery
      description: Salesforce Experience Cloud Search Delivery Content
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cms-delivery-content-delivery.searchdeliverycontent
      with:
        q: tools.q
        managedContentType: tools.managedContentType
        language: tools.language
        showAbsoluteUrl: tools.showAbsoluteUrl
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-experience-cloud-get-delivery
      description: Salesforce Experience Cloud Get a Delivery Content Item
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cms-delivery-content-delivery.getdeliverycontentitem
      with:
        contentKeyOrId: tools.contentKeyOrId
        language: tools.language
        showAbsoluteUrl: tools.showAbsoluteUrl
      outputParameters:
      - type: object
        mapping: $.