All Collections
Salto for Zendesk
Fetching Zendesk Guide Themes
Fetching Zendesk Guide Themes
Dan Avigdor avatar
Written by Dan Avigdor
Updated over a week ago

You can configure Salto to fetch Zendesk Guide themes for specific brands by setting the following parameters in your Zendesk configuration file:

  • brands: a list specifying the brand names you would like to manage in Salto. You can use ".*" to include all brands, or specify brands by name.

  • themesForBrands: a list specifying the brand names for which you want to fetch themes.

Example

To fetch the themes of the brand "MyBrand", use the following Guide configuration:

guide = {
brands = [
"MyBrand",
]
themesForBrands = [
"MyBrand"
]
}

Did this answer your question?