-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathsdb6.html
More file actions
26 lines (25 loc) · 821 Bytes
/
sdb6.html
File metadata and controls
26 lines (25 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
</head>
<body>
<script type='text/javascript'>
function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
embeddedservice_bootstrap.init(
'00DSG000001NruH',
'Web1',
'https://sachinsdb6.test1.my.pc-rnd.site.com/ESWWeb11692643996749',
{
scrt2URL: 'https://sachinsdb6.test1.my.pc-rnd.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
</script>
<script type='text/javascript' src='https://sachinsdb6.test1.my.pc-rnd.site.com/ESWWeb11692643996749/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
</body>
</html>