Skip to content

Commit 5f84156

Browse files
authored
Create web.html
1 parent db3e51f commit 5f84156

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>InApp</title>
5+
<meta name=“viewport” content=“width=device-width; initial-scale=1; minimum-scale=1;”>
6+
</head>
7+
<body>
8+
<h1> In APP Web Client for OMT2 Org: This org is owned by Bhupender.</h1>
9+
<p>More details about the orgs can be found <a href="https://salesforce.quip.com/dBjTArF6ev08#temp:C:dUA77126e698b8c4968b4bcc4963" target="_blank" alt="Quip doc having list of orgs owned by Bhupender">here</a></p>
10+
<p><a id="editThisPageLink" href="" target="_blank" style="color:blue">Edit this page</a></p>
11+
<script type='text/javascript'>
12+
function initEmbeddedMessaging() {
13+
try {
14+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
15+
16+
embeddedservice_bootstrap.init(
17+
'00DJN000000Hl8z',
18+
'ESDwithchatbot',
19+
'https://zostesting.test1.my.pc-rnd.site.com/ESWESDwithchatbot1714462778340',
20+
{
21+
scrt2URL: 'https://zostesting.test1.my.pc-rnd.salesforce-scrt.com'
22+
}
23+
);
24+
} catch (err) {
25+
console.error('Error loading Embedded Messaging: ', err);
26+
}
27+
};
28+
</script>
29+
<script type='text/javascript' src='https://zostesting.test1.my.pc-rnd.site.com/ESWESDwithchatbot1714462778340/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
30+
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)