Loading

Branding Metadata for Embedded Service for Web

Дата публикации: Jun 1, 2026
Описание

As we know For Embedded Service Deployment for Chat, We have EmbeddedServiceBranding Object and below is the Package.xml to retrieve

<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>masterlabel</members>
<name>EmbeddedServiceBranding</name>
</types>
<version>50.0</version>
</Package>

ToolingAPIEmbeddedServiceBranding:
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_embeddedservicebranding.htm

The above Metadata will not work for Embedded Service for Web

Решение

We have a separate object to retrieve Branding Metadata for Embedded Service for Web

Here is the Object: BrandingSet and below is the Package.xml to retrieve

<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>MasterLabel</members>
<name>BrandingSet</name>
</types>
<version>50.0</version>
</Package>

ToolingAPIBrandingSet:
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_brandingset.htm

The MasterLabel for Embedded Service for Chat and Web can be retrieved through Tooling API in Developer Console. Below are SOQL Queries with examples.

For Embedded Service for Chat:
SELECT Id, MasterLabel from EmbeddedServiceBranding
Example Results: EmbeddedServiceBranding_Parent04IdN0000000lOjUAI_191e17b79e9

For Embedded Service for Web:
SELECT Id, MasterLabel from BrandingSet
Example Results: EmbeddedServiceConfig_BrandingSet_191e1701c81

Note: Salesforce will retire legacy Chat products (LiveAgent, Salesforce Chat, Embedded Chat, and Service Chat) on February 14 so EmbeddedServiceBranding as well will not work

Номер статьи базы знаний

002774306

 
Загрузка
Salesforce Help | Article