Skip to content

Commit 11586a2

Browse files
Create TEST.html
1 parent ddadc60 commit 11586a2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

260/00Dxx00kycQrujY/TEST.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 initEmbeddedMessaging() {
6+
try {
7+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
8+
9+
embeddedservice_bootstrap.init(
10+
'00Dxx00kycQrujY',
11+
'TEST',
12+
'https://orgfarm-5979d7ced0.my.site-com.ngt6g0x879bw1fez9xpxc.wc.crm.dev:6101/ESWTEST1764917103695',
13+
{
14+
// scrt2URL: 'http://orgfarm-5979d7ced0.my.salesforce-scrt-com.ngt6g0x879bw1fez9xpxc.wc.crm.dev'
15+
scrt2URL: 'https://orgfarm-46c4c41fb0.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-5979d7ced0.my.site-com.ngt6g0x879bw1fez9xpxc.wc.crm.dev:6101/ESWTEST1764917103695/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)