Salesforce Experience Cloud Templates API — Branding Sets

Salesforce Experience Cloud Templates API — Branding Sets. 3 operations. Lead operation: Salesforce Experience Cloud List Branding Sets. Self-contained Naftiko capability covering one Salesforce Experience Cloud business surface.

Run with Naftiko Salesforce Experience CloudBranding Sets

What You Can Do

GET
Listbrandingsets — Salesforce Experience Cloud List Branding Sets
/v1/connect/communities/{communityid}/branding-sets
GET
Getbrandingset — Salesforce Experience Cloud Get a Branding Set
/v1/connect/communities/{communityid}/branding-sets/{brandingsetid}
PATCH
Updatebrandingset — Salesforce Experience Cloud Update a Branding Set
/v1/connect/communities/{communityid}/branding-sets/{brandingsetid}

MCP Tools

salesforce-experience-cloud-list-branding

Salesforce Experience Cloud List Branding Sets

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

Salesforce Experience Cloud Get a Branding Set

read-only idempotent
salesforce-experience-cloud-update-branding

Salesforce Experience Cloud Update a Branding Set

idempotent

Capability Spec

templates-branding-sets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce Experience Cloud Templates API — Branding Sets
  description: 'Salesforce Experience Cloud Templates API — Branding Sets. 3 operations. Lead operation: Salesforce Experience
    Cloud List Branding Sets. Self-contained Naftiko capability covering one Salesforce Experience Cloud business surface.'
  tags:
  - Salesforce Experience Cloud
  - Branding Sets
  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: templates-branding-sets
    baseUri: https://{instance}.salesforce.com/services/data/v59.0
    description: Salesforce Experience Cloud Templates API — Branding Sets business capability. Self-contained, no shared
      references.
    resources:
    - name: connect-communities-communityId-branding-sets
      path: /connect/communities/{communityId}/branding-sets
      operations:
      - name: listbrandingsets
        method: GET
        description: Salesforce Experience Cloud List Branding Sets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: connect-communities-communityId-branding-sets-brandingSetId
      path: /connect/communities/{communityId}/branding-sets/{brandingSetId}
      operations:
      - name: getbrandingset
        method: GET
        description: Salesforce Experience Cloud Get a Branding Set
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandingSetId
          in: path
          type: string
          description: The ID of the branding set
          required: true
      - name: updatebrandingset
        method: PATCH
        description: Salesforce Experience Cloud Update a Branding Set
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandingSetId
          in: path
          type: string
          description: The ID of the branding set
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: templates-branding-sets-rest
    port: 8080
    description: REST adapter for Salesforce Experience Cloud Templates API — Branding Sets. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/connect/communities/{communityid}/branding-sets
      name: connect-communities-communityid-branding-sets
      description: REST surface for connect-communities-communityId-branding-sets.
      operations:
      - method: GET
        name: listbrandingsets
        description: Salesforce Experience Cloud List Branding Sets
        call: templates-branding-sets.listbrandingsets
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connect/communities/{communityid}/branding-sets/{brandingsetid}
      name: connect-communities-communityid-branding-sets-brandingsetid
      description: REST surface for connect-communities-communityId-branding-sets-brandingSetId.
      operations:
      - method: GET
        name: getbrandingset
        description: Salesforce Experience Cloud Get a Branding Set
        call: templates-branding-sets.getbrandingset
        with:
          brandingSetId: rest.brandingSetId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatebrandingset
        description: Salesforce Experience Cloud Update a Branding Set
        call: templates-branding-sets.updatebrandingset
        with:
          brandingSetId: rest.brandingSetId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: templates-branding-sets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce Experience Cloud Templates API — Branding Sets. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: salesforce-experience-cloud-list-branding
      description: Salesforce Experience Cloud List Branding Sets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: templates-branding-sets.listbrandingsets
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-experience-cloud-get-branding
      description: Salesforce Experience Cloud Get a Branding Set
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: templates-branding-sets.getbrandingset
      with:
        brandingSetId: tools.brandingSetId
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-experience-cloud-update-branding
      description: Salesforce Experience Cloud Update a Branding Set
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: templates-branding-sets.updatebrandingset
      with:
        brandingSetId: tools.brandingSetId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.