-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathInapp_Copilot
More file actions
29 lines (26 loc) · 1 KB
/
Inapp_Copilot
File metadata and controls
29 lines (26 loc) · 1 KB
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
27
28
29
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
</head>
<body>
<h1>In APP on NA44 STMFB for Org: org13</h1>
<script type='text/javascript'>
function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
embeddedservice_bootstrap.init(
'00DSB00000A58lZ',
'In_app',
'https://dsb00000a58lz2ar.test1.my.pc-rnd.site.com/ESWInapp1719006993045',
{
scrt2URL: 'https://dsb00000a58lz2ar.test1.my.pc-rnd.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
</script>
<script type='text/javascript' src='https://dsb00000a58lz2ar.test1.my.pc-rnd.site.com/ESWInapp1719006993045/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
</body>
</html>