Skip to content

Commit c39b2e6

Browse files
Add initial HTML structure with embedded messaging
1 parent 542079c commit c39b2e6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

262/00Dxx00QgZRO6mO/TEST.html

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

0 commit comments

Comments
 (0)