File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 11< html >
2- < head > </ head >
3- < body > </ body >
2+ < head > < meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 "> </ head >
3+ < body >
4+ < script type ='text/javascript '>
5+ function initAgentforceMessaging ( ) {
6+ try {
7+ agentforce_messaging . settings . language = 'en_US' ; // For example, enter 'en' or 'en-US'
8+
9+ agentforce_messaging . init (
10+ '00Dxx0070fCIszU' ,
11+ 'CWC_v1' ,
12+ 'https://orgfarm-800cc568e3.my.site-com.4ll9w8w4dhgb1b9etvdgh.wb.crm.dev:6101/ESWCWCv11755017516723' ,
13+ {
14+ scrt2URL : 'http://orgfarm-800cc568e3.my.salesforce-scrt-com.4ll9w8w4dhgb1b9etvdgh.wb.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-800cc568e3.my.site-com.4ll9w8w4dhgb1b9etvdgh.wb.crm.dev:6101/ESWCWCv11755017516723/assets/js/init.js ' onload ='initAgentforceMessaging() '> </ script >
23+
24+ </ body >
425</ html >
You can’t perform that action at this time.
0 commit comments