Skip to content

Commit 0a53236

Browse files
authored
Update test.html
1 parent dd5a96e commit 0a53236

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Shital/SDB6/test.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1+
<script type='text/javascript'>
2+
function initEmbeddedMessaging() {
3+
try {
4+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
5+
6+
embeddedservice_bootstrap.init(
7+
'00DSG00000KG28n',
8+
'MIAW_ESD_QUEUE_TO_AGENT',
9+
'https://btsdb620250116.demo.test1.my.pc-rnd.site.com/ESWMIAWESDQUEUETOAGEN1737454331127',
10+
{
11+
scrt2URL: 'https://btsdb620250116.demo.test1.my.pc-rnd.salesforce-scrt.com'
12+
}
13+
);
14+
} catch (err) {
15+
console.error('Error loading Embedded Messaging: ', err);
16+
}
17+
};
18+
</script>
19+
<script type='text/javascript' src='https://btsdb620250116.demo.test1.my.pc-rnd.site.com/ESWMIAWESDQUEUETOAGEN1737454331127/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
120

0 commit comments

Comments
 (0)