{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "EmbeddedServiceBranding - Metadata API",
"description": "Represents the branding for each Embedded Service deployment. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".EmbeddedServiceBranding",
"directory_location": "EmbeddedServiceBranding",
"fields_columns": [
"type",
"description"
],
"fields": {
"contrastInvertedColor": {
"type": "string",
"description": "Accent branding color used in the embedded component, displayed as a hexadecimal value. Changes made to this field in the API aren’t reflected in the embedded component."
},
"contrastPrimaryColor": {
"type": "string",
"description": "Accent branding color used in the embedded component, displayed as a hexadecimal value."
},
"embeddedServiceConfig": {
"type": "string",
"description": "The Embedded Service configuration that this branding applies to.",
"required": true
},
"font": {
"type": "string",
"description": "Font used in the text of the embedded component."
},
"height": {
"type": "int",
"description": "Height of the embedded component. Available in API version 43.0 and later."
},
"masterLabel": {
"type": "string",
"description": "The name of the Embedded Service configuration node.",
"required": true
},
"navBarColor": {
"type": "string",
"description": "Color used for the header in the embedded component, displayed as a hexadecimal value."
},
"navBarTextColor": {
"type": "string",
"description": "Color used for the text and icons in the header in the embedded component, displayed as a hexadecimal value. Available in API version 49.0 and later."
},
"primaryColor": {
"type": "string",
"description": "Primary branding color used in the embedded component, displayed as a hexadecimal value."
},
"secondaryColor": {
"type": "string",
"description": "Secondary branding color used in the embedded component, displayed as a hexadecimal value."
},
"secondaryNavBarColor": {
"type": "string",
"description": "Secondary branding color used for the header in the embedded component, displayed as a hexadecimal value. It applies to the header in the chat feature when it's trying to reconnect because of lost internet connection. Available in API version 49.0 and later."
},
"width": {
"type": "int",
"description": "Width of the embedded component. Available in API version 43.0 and later."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of an EmbeddedServiceBranding file.",
"code": "\n\n #ffffff\n #333333\n EswConfig001\n Salesforce Sans\n 498\n EmbeddedServiceBranding_Parent04IRM000000002a_16033cd2c16\n #222222\n #222222\n #005290\n 320\n"
}
]
}