File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Bento/sdb38/ccqSanitySuite Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ < meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 ">
4+ </ head >
5+ < body >
6+ < h1 > In-App Messaging Chat SDB38 E2ETest</ h1 >
7+ inapp.e2e@bento.sdb38.org
8+ < p > < a id ="editThisPageLink " target ="_blank " style ="color:blue "> Edit this page</ a > </ p >
9+ < script type ='text/javascript '>
10+ function initEmbeddedMessaging ( ) {
11+ try {
12+ embeddedservice_bootstrap . settings . language = 'en_US' ; // For example, enter 'en' or 'en-US'
13+
14+ embeddedservice_bootstrap . init (
15+ '00DAAC00001IcKn' ,
16+ 'e2eWebQueue' ,
17+ 'https://inappsdb38.demo.test1.my.pc-rnd.site.com/ESWe2eWebQueue1738952363586' ,
18+ {
19+ scrt2URL : 'https://inappsdb38.demo.test1.my.pc-rnd.salesforce-scrt.com'
20+ }
21+ ) ;
22+ } catch ( err ) {
23+ console . error ( 'Error loading Embedded Messaging: ' , err ) ;
24+ }
25+ } ;
26+ </ script >
27+ < script type ='text/javascript ' src ='https://inappsdb38.demo.test1.my.pc-rnd.site.com/ESWe2eWebQueue1738952363586/assets/js/bootstrap.min.js ' onload ='initEmbeddedMessaging() '> </ script >
28+
29+ </ body >
30+ </ html >
You can’t perform that action at this time.
0 commit comments