File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ < script type ='text/javascript '>
2+ function initEmbeddedMessaging ( ) {
3+ try {
4+ embeddedservice_bootstrap . settings . language = 'en_US' ; // For example, enter 'en' or 'en-US'
5+
6+ embeddedservice_bootstrap . init (
7+ '00DSG00000KG28n' ,
8+ 'MIAW_ESD_QUEUE_TO_AGENT' ,
9+ 'https://btsdb620250116.demo.test1.my.pc-rnd.site.com/ESWMIAWESDQUEUETOAGEN1737454331127' ,
10+ {
11+ scrt2URL : 'https://btsdb620250116.demo.test1.my.pc-rnd.salesforce-scrt.com'
12+ }
13+ ) ;
14+ } catch ( err ) {
15+ console . error ( 'Error loading Embedded Messaging: ' , err ) ;
16+ }
17+ } ;
18+ </ script >
19+ < script type ='text/javascript ' src ='https://btsdb620250116.demo.test1.my.pc-rnd.site.com/ESWMIAWESDQUEUETOAGEN1737454331127/assets/js/bootstrap.min.js ' onload ='initEmbeddedMessaging() '> </ script >
120
You can’t perform that action at this time.
0 commit comments