-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathmiaw1.html
More file actions
60 lines (53 loc) · 2.2 KB
/
miaw1.html
File metadata and controls
60 lines (53 loc) · 2.2 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html>
<head>
<title>SFW/Mac Studio/MIAW (main)</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
</head>
<body>
<h1>SFW/Mac Studio/MIAW (main)</h1>
<h2>SDB6</h2>
<h3>sachinh@esw.com / test1234</h3>
<br>
<h2>SDB3</h2>
<h3>admin@sdb3.blitz.org / 123456</h3>
<br>
<a href="https://salesforce.quip.com/wkswAYpfZt8B#temp:C:ccC9943708394e844a7b65f1451c" target="_blank">Q3 orgs detail sheet</a>
<a href="https://salesforce.quip.com/LaV8AzbsDBeu" target="_blank">Blitz org detail sheet</a>
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
</br>
<style>
body {
background-image: url('https://esw1234.github.io/Agentforce_PageBackground.png');
background-repeat: no-repeat;
background-size: cover;
}
</style>
<script type='text/javascript'>
// document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;
window.addEventListener("onEmbeddedMessagingReady", () => {
// Embedded Messaging app ready
console.log("onEmbeddedMessagingReady event received");
});
</script>
<script type='text/javascript'>
function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = 'en'; // For example, enter 'en' or 'en-US'
embeddedservice_bootstrap.settings.devMode = true;
embeddedservice_bootstrap.settings.enableUserInputForConversationWithBot = false;
embeddedservice_bootstrap.init(
'00DSB00000Ga2IE',//'00DSB00000Ga2IE',
'ASAWeb1',
'https://orgfarmout.my.site-com.sachin-hanumantha-m0v7cnouk0x50.wb.crm.dev:6101/ESWWeb11731705649717', // 254
{
scrt2URL: 'https://dsb00000ga2ie2az.test1.my.pc-rnd.salesforce-scrt.com'//'https://dsb00000ga2ie2az.test1.my.pc-rnd.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
</script>
<script type='text/javascript' src='https://orgfarmout.my.site-com.sachin-hanumantha-m0v7cnouk0x50.wb.crm.dev:6101/ESWWeb11731705649717/assets/js/bootstrap.js' onload='initEmbeddedMessaging()'></script>
</body>
</html>