Skip to content

Commit 3b04a97

Browse files
authored
Create MIAWSDB38WebMultiClient.html
1 parent 81cfcde commit 3b04a97

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
<html>
3+
<head>
4+
<title>SDB38AutomationMulti-WebClient</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
6+
</head>
7+
<body>
8+
<h1>SDB38AutomationMulti-WebClient Messaging for Web</h1>
9+
<h2 style="color:blue;"> For Admin:- MIAWsdb6Test1@test.com </h2>
10+
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
11+
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
12+
13+
<script type='text/javascript'>
14+
function initEmbeddedMessaging() {
15+
try {
16+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
17+
18+
embeddedservice_bootstrap.init(
19+
'00DSG0000007NpV',
20+
'MIAWWebDep',
21+
'https://miawsdb38test1.test1.my.pc-rnd.site.com/ESWMIAWWebDep1700550982528',
22+
{
23+
scrt2URL: 'https://miawsdb38test1.test1.my.pc-rnd.salesforce-scrt.com'
24+
}
25+
);
26+
} catch (err) {
27+
console.error('Error loading Embedded Messaging: ', err);
28+
}
29+
};
30+
</script>
31+
<script type='text/javascript' src='https://miawsdb38test1.test1.my.pc-rnd.site.com/ESWMIAWWebDep1700550982528/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
32+
33+
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)