Salesforce Experience Cloud · Arazzo Workflow
Salesforce Experience Cloud Site Theme Activate and Publish
Version 1.0.0
List a site's themes, activate one, then publish the site to apply it.
View Spec
View on GitHub
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner PortalArazzoWorkflows
Provider
Workflows
site-theme-activate-publish
Activate a theme on an Experience Cloud site and publish it.
Lists a site's available themes, sets the chosen theme as active, and publishes the site so the theme change takes effect.
1
listThemes
$sourceDescriptions.templatesApi.listSiteThemes
List the themes available for the site to confirm the chosen theme is present.
2
setTheme
$sourceDescriptions.templatesApi.setActiveTheme
Set the chosen theme as the active theme for the site.
3
publishSite
$sourceDescriptions.sitesApi.publishExperienceCloudSite
Publish the site so the newly activated theme takes effect.
Source API Descriptions
openapi