Skip to content

Commit cbc5b21

Browse files
Update messaging.html
1 parent 13d353d commit cbc5b21

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

godwin/sfw/254/messaging.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body>
77
<h1>254 SFW</h1>
8-
<h2>godwin@sdb3.org</h2>
8+
<h2>epic.8c58fe7c9569@orgfarm.out/orgfarm1234</h2>
99

1010
<!-- Edit page link -->
1111
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
@@ -46,6 +46,15 @@ <h2>godwin@sdb3.org</h2>
4646
embeddedservice_bootstrap.settings.language = 'en'; // For example, enter 'en' or 'en-US'
4747
embeddedservice_bootstrap.settings.devMode = true;
4848

49+
// Nikhil - SDB3
50+
embeddedservice_bootstrap.init(
51+
'00DSB00000LVYFp',
52+
'MIAW',
53+
'https://godwinlaw-254.my.site-com.yat-law-gy5r2hmkoxyf1.wa.crm.dev:6101/ESWMessagingWeb1738098054765',
54+
{
55+
scrt2URL: 'https://orgfarm-c2653b8cbc.test1.my.pc-rnd.salesforce-scrt.com'
56+
}
57+
);
4958
// SDB3
5059
// embeddedservice_bootstrap.init(
5160
// '00DSB0000004st3',
@@ -56,18 +65,18 @@ <h2>godwin@sdb3.org</h2>
5665
// }
5766
// );
5867
// SDB6
59-
embeddedservice_bootstrap.init(
60-
'00DSG000003UGaH',
61-
'MessagingWeb_One',
62-
'https://godwin.my.site-com.yat-law-onin1thy590y0.wa.crm.dev:6101/ESWMIAW1732575961496',
63-
{
64-
scrt2URL: 'https://godwin-sdb6.test1.my.pc-rnd.salesforce-scrt.com'
65-
}
66-
);
68+
// embeddedservice_bootstrap.init(
69+
// '00DSG000003UGaH',
70+
// 'MessagingWeb_One',
71+
// 'https://godwin.my.site-com.yat-law-onin1thy590y0.wa.crm.dev:6101/ESWMIAW1732575961496',
72+
// {
73+
// scrt2URL: 'https://godwin-sdb6.test1.my.pc-rnd.salesforce-scrt.com'
74+
// }
75+
// );
6776
} catch (err) {
6877
console.error('Error loading Embedded Messaging: ', err);
6978
}
7079
};
7180
</script>
72-
<script type='text/javascript' src='https://godwin.my.site-com.yat-law-onin1thy590y0.wa.crm.dev:6101/ESWMIAW1732575961496/assets/js/bootstrap.js' onload='initEmbeddedMessaging()'></script>
81+
<script type='text/javascript' src='https://esw1234.github.io/godwin/assets/js/bootstrap.js' onload='initEmbeddedMessaging()'></script>
7382
</html>

0 commit comments

Comments
 (0)