File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1- < html > </ html >
1+ < html >
2+ < head > </ head >
3+ < body >
4+ < script type ='text/javascript '>
5+ function initEmbeddedMessaging ( ) {
6+ try {
7+ embeddedservice_bootstrap . settings . language = 'en_US' ; // For example, enter 'en' or 'en-US'
8+
9+ embeddedservice_bootstrap . init (
10+ '00Dxx00z66p0hge' ,
11+ 'TEST' ,
12+ 'https://orgfarm-dc2e7a3c2b.my.site-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev:6101/ESWTEST1758651238268' ,
13+ {
14+ scrt2URL : 'http://orgfarm-dc2e7a3c2b.my.salesforce-scrt-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev'
15+ }
16+ ) ;
17+ } catch ( err ) {
18+ console . error ( 'Error loading Embedded Messaging: ' , err ) ;
19+ }
20+ } ;
21+ </ script >
22+ < script type ='text/javascript ' src ='https://orgfarm-dc2e7a3c2b.my.site-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev:6101/ESWTEST1758651238268/assets/js/bootstrap.min.js ' onload ='initEmbeddedMessaging() '> </ script >
23+ </ body >
24+ </ html >
You can’t perform that action at this time.
0 commit comments