Skip to content

Commit 8f0842a

Browse files
Create MIAW.html
1 parent 1a30b19 commit 8f0842a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<html><head>
2+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
3+
</head>
4+
<body>
5+
<script type='text/javascript'>
6+
function initEmbeddedMessaging() {
7+
try {
8+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
9+
10+
embeddedservice_bootstrap.init(
11+
'00DSB00000IUcVJ',
12+
'W_17514287',
13+
'https://orgfarm-409cff4af5.test1.my.pc-rnd.site.com/ESWW175142871738280552576',
14+
{
15+
scrt2URL: 'https://orgfarm-409cff4af5.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-409cff4af5.test1.my.pc-rnd.site.com/ESWW175142871738280552576/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
24+
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)