File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ < html >
3+ < head > < meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 "> </ head >
4+ < body >
5+ < script type ='text/javascript '>
6+ function initAgentforceMessaging ( ) {
7+ try {
8+ agentforce_messaging . settings . language = 'en_US' ; // For example, enter 'en' or 'en-US'
9+
10+ agentforce_messaging . init (
11+ '00Dxx0070fCIszU' ,
12+ 'CWC_TEST_v3' ,
13+ 'https://orgfarm-800cc568e3.my.site-com.4ll9w8w4dhgb1b9etvdgh.wb.crm.dev:6101/ESWCWCTESTv31755117187283' ,
14+ {
15+ scrt2URL : 'http://orgfarm-800cc568e3.my.salesforce-scrt-com.4ll9w8w4dhgb1b9etvdgh.wb.crm.dev'
16+ }
17+ ) ;
18+ } catch ( err ) {
19+ console . error ( 'Error loading Embedded Messaging: ' , err ) ;
20+ }
21+ } ;
22+ </ script >
23+ < script type ='text/javascript ' src ='https://orgfarm-800cc568e3.my.site-com.4ll9w8w4dhgb1b9etvdgh.wb.crm.dev:6101/ESWCWCTESTv31755117187283/assets/js/init.js ' onload ='initAgentforceMessaging() '> </ script >
24+
25+ </ body >
26+ </ html >
You can’t perform that action at this time.
0 commit comments