Skip to content

Commit 7e9f3f2

Browse files
authored
Create InApp_SDB38_Test1_botssdb38.html
1 parent cd0d645 commit 7e9f3f2

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+
2+
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
5+
</head>
6+
<body>
7+
<h1>In APP on SDB38 Test1 for Org: botssdb38</h1>
8+
9+
<script type='text/javascript'>
10+
function initEmbeddedMessaging() {
11+
try {
12+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
13+
14+
embeddedservice_bootstrap.init(
15+
'00DAAC00001L2j4',
16+
'In_App',
17+
'https://botssdb38.demo.test1.my.pc-rnd.site.com/ESWInApp1738621640977',
18+
{
19+
scrt2URL: 'https://botssdb38.demo.test1.my.pc-rnd.salesforce-scrt.com'
20+
}
21+
);
22+
} catch (err) {
23+
console.error('Error loading Embedded Messaging: ', err);
24+
}
25+
};
26+
</script>
27+
<script type='text/javascript' src='https://botssdb38.demo.test1.my.pc-rnd.site.com/ESWInApp1738621640977/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
28+
29+
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)