File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ < html >
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+ '00DSB00000QAo9R' , /* '00Dxx00IQnusiiy', */
11+ 'Unauth_4' , /* 'TEST', */
12+ 'https://orgfarm-8e24d6ea75.my.site-com.jeom8x5dny8a00qea0jh8d0.wa.crm.dev:6101/ESWTEST1757984473132' ,
13+ {
14+ /* scrt2URL: 'https://orgfarm-8e24d6ea75.my.salesforce-scrt-com.jeom8x5dny8a00qea0jh8d0.wa.crm.dev' */
15+ scrt2URL : 'https://orgfarm-0c5a291cea.test1.my.pc-rnd.salesforce-scrt.com'
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-8e24d6ea75.my.site-com.jeom8x5dny8a00qea0jh8d0.wa.crm.dev:6101/ESWTEST1757984473132/assets/js/init.js ' onload ='initAgentforceMessaging() '> </ script >
24+ </ body >
25+ </ html >
You can’t perform that action at this time.
0 commit comments