Skip to content

Commit bc717cd

Browse files
authored
Create nondod_agent.html
1 parent e06f738 commit bc717cd

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Shital/gov/nondod_agent.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<html>
2+
<head>
3+
<title>InApp</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
5+
</head>
6+
<body>
7+
8+
<h1> In APP Web Client for Org: "bt20250106"</h1>
9+
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
10+
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
11+
<!-- <script type='text/javascript' src='https://service.force.com/asyncclient/bootstrap.js'>> -->
12+
<script type='text/javascript'>
13+
function initEmbeddedMessaging() {
14+
try {
15+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
16+
17+
embeddedservice_bootstrap.init(
18+
'00Deq000005dhgX',
19+
'MIAW_ESD_QUEUE_TO_AGENT',
20+
'https://servicegcpusa9020.my.site.com/ESWMIAWESDQUEUETOAGEN1737535584053',
21+
{
22+
scrt2URL: 'https://servicegcpusa9020.my.salesforce-scrt.com'
23+
}
24+
);
25+
} catch (err) {
26+
console.error('Error loading Embedded Messaging: ', err);
27+
}
28+
};
29+
</script>
30+
<script type='text/javascript' src='https://servicegcpusa9020.my.site.com/ESWMIAWESDQUEUETOAGEN1737535584053/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
31+
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)