How can we have different branding on Chat

Sonakshi Priya1
Tera Contributor

We have a Domain separated instance and different service portal for each domain with different chat functionality. I want to configure branding for each chat individually. How can I achieve this on domain separated instance. Currently one chat branding is getting displayed by default on each domain.

1 ACCEPTED SOLUTION

Mehta
Kilo Sage
Kilo Sage

Hi @Sonakshi Priya1 , 

 

 

Go to navigator > Conversational Interfaces > Settings. 

 

Once your are in setting click general then go to branding  : 

Mehta_0-1689174844251.png

 

Then create new branding for each portal, and have select bot profile. This bot profile should be created in different domain and should have image that will get replicated on chat as bot Profile : 

 

Mehta_1-1689174996182.png

 

Mehta_3-1689175153074.png

 

Once done, go to service portal > agent chat and select the record for portal.  then in the server script copy the branding key as  : 

 

(function($sp) {
	return {
		branding_key: 'your branding key'

		};
})($sp);

 

Please Mark it as correct, if it Resolves your Query.

 

 

 

 

 

View solution in original post

2 REPLIES 2

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Your question is on this Docs page 🙂

https://docs.servicenow.com/bundle/rome-now-intelligence/page/administer/virtual-agent/concept/domai...

 

Kind regards,
Mark

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Mehta
Kilo Sage
Kilo Sage

Hi @Sonakshi Priya1 , 

 

 

Go to navigator > Conversational Interfaces > Settings. 

 

Once your are in setting click general then go to branding  : 

Mehta_0-1689174844251.png

 

Then create new branding for each portal, and have select bot profile. This bot profile should be created in different domain and should have image that will get replicated on chat as bot Profile : 

 

Mehta_1-1689174996182.png

 

Mehta_3-1689175153074.png

 

Once done, go to service portal > agent chat and select the record for portal.  then in the server script copy the branding key as  : 

 

(function($sp) {
	return {
		branding_key: 'your branding key'

		};
})($sp);

 

Please Mark it as correct, if it Resolves your Query.