Skip to content

Commit afaf2ae

Browse files
authored
Add initial HTML structure for ASA MIAW on SDB38
1 parent 9fcbb3e commit afaf2ae

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<html>
2+
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
4+
</head>
5+
<body>
6+
<h1>ASA MIAW on SDB38 for Org: rc-mt-sdb600</h1>
7+
8+
<script type='text/javascript'>
9+
function initEmbeddedMessaging() {
10+
try {
11+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
12+
13+
embeddedservice_bootstrap.init(
14+
'00DAAC00001MGGr',
15+
'ASA_MIAW_iDom_2',
16+
'https://rc-mt-sdb38.test1.my.pc-rnd.site.com/ESWASAMIAWiDom21757332173824',
17+
{
18+
scrt2URL: 'https://rc-mt-sdb38.test1.my.pc-rnd.salesforce-scrt.com'
19+
}
20+
);
21+
} catch (err) {
22+
console.error('Error loading Embedded Messaging: ', err);
23+
}
24+
};
25+
</script>
26+
<script type='text/javascript' src='https://rc-mt-sdb38.test1.my.pc-rnd.site.com/ESWASAMIAWiDom21757332173824/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
27+
28+
29+
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)