|
1 | 1 | <html> |
2 | 2 | <head><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"></head> |
3 | 3 | <body> |
4 | | - <script type='text/javascript'> |
5 | | - function initAgentforceMessaging() { |
| 4 | + <!-- 258 --> |
| 5 | +<script type='text/javascript'> |
| 6 | + function initEmbeddedMessaging() { |
6 | 7 | try { |
7 | | - agentforce_messaging.settings.language = 'en_US'; // For example, enter 'en' or 'en-US' |
| 8 | + embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US' |
8 | 9 |
|
9 | | - agentforce_messaging.init( |
10 | | - '00DSB00000QAo9R', /* '00Dxx00IQnusiiy', */ |
11 | | - 'Unauth_4', /* 'TEST', */ |
12 | | - 'https://orgfarm-a2ec21f118.my.site-com.jeom8x5dny8a00qea0jh8d0.wa.crm.dev:6101/ESWTEST1758049631942', |
| 10 | + embeddedservice_bootstrap.init( |
| 11 | + '00Dxx00z66p0hQW', |
| 12 | + 'TEST_CWC', |
| 13 | + 'https://orgfarm-cc7a11b718.my.site-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev:6101/ESWTESTCWC1758580755321', |
13 | 14 | { |
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' |
| 15 | + scrt2URL: 'http://orgfarm-cc7a11b718.my.salesforce-scrt-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev' |
16 | 16 | } |
17 | 17 | ); |
18 | 18 | } catch (err) { |
19 | 19 | console.error('Error loading Embedded Messaging: ', err); |
20 | 20 | } |
21 | 21 | }; |
22 | 22 | </script> |
23 | | -<script type='text/javascript' src='https://orgfarm-a2ec21f118.my.site-com.jeom8x5dny8a00qea0jh8d0.wa.crm.dev:6101/ESWTEST1758049631942/assets/js/init.js' onload='initAgentforceMessaging()'></script> |
| 23 | +<script type='text/javascript' src='https://orgfarm-cc7a11b718.my.site-com.09ikj6w4ho6i0fdzt028obv5t.wa.crm.dev:6101/ESWTESTCWC1758580755321/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script> |
| 24 | + |
24 | 25 | </body> |
25 | 26 | </html> |
0 commit comments