Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions dima/sdb6/web.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<html>
<head>
<title>InApp</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
</head>
<body>

<h1> In APP Web Client for Org: "admin@sdb6ar4conv.com"</h1>
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
<!-- <script type='text/javascript' src='https://service.force.com/asyncclient/bootstrap.js'>> -->


<script type='text/javascript'>
function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'

embeddedservice_bootstrap.init(
'00DSG00000AZUWv',
'ALLAgents_MIAW_Flow_PreChat_Bot',
'https://dsg00000azuwv2ap.test1.my.pc-rnd.site.com/ESWALLAgentsMIAWFlowPr1715461421901',
{
scrt2URL: 'https://dsg00000azuwv2ap.test1.my.pc-rnd.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
</script>
<script type='text/javascript' src='https://dsg00000azuwv2ap.test1.my.pc-rnd.site.com/ESWALLAgentsMIAWFlowPr1715461421901/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>


</body>
</html>