Skip to content

Commit 0c6daef

Browse files
authored
Create miaw.html
1 parent 2159e67 commit 0c6daef

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

sakshi/usa12/miaw.html

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

0 commit comments

Comments
 (0)