Skip to content

Commit 0ada488

Browse files
Create messaging.html
1 parent bea43ca commit 0ada488

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

rahul/sfw/messaging.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<html>
2+
<head>
3+
<title>RAHUL MIAW</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
5+
</head>
6+
<body>
7+
<h1>RAHUL MIAW</h1>
8+
<h2>godwin@sdb3.org</h2>
9+
10+
<!-- Edit page link -->
11+
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
12+
</br>
13+
14+
<script type='text/javascript'>
15+
function initEmbeddedMessaging() {
16+
try {
17+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
18+
19+
embeddedservice_bootstrap.init(
20+
'00DJI000000G7yP',
21+
'MIAW_Deployment',
22+
'https://orgfarm-a7c05e09ab.my.site-com.rahul-mehta-xvm2798hq6cz0.wa.crm.dev:6101/ESWMIAWSchedulerAnother1737578183895',
23+
{
24+
scrt2URL: 'https://orgfarm-0366ce7294.test1.my.pc-rnd.salesforce-scrt.com/'
25+
}
26+
);
27+
} catch (err) {
28+
console.error('Error loading Embedded Messaging: ', err);
29+
}
30+
};
31+
</script>
32+
<script type='text/javascript' src='https://orgfarm-a7c05e09ab.my.site-com.rahul-mehta-xvm2798hq6cz0.wa.crm.dev:6101/ESWMIAWSchedulerAnother1737578183895/assets/js/bootstrap.js' onload='initEmbeddedMessaging()'></script>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)