Skip to content

Commit 3457338

Browse files
authored
Create unsupported_message_format_types.html
1 parent 8bac9a3 commit 3457338

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<html>
2+
<body>
3+
<script type='text/javascript'>
4+
function initEmbeddedMessaging() {
5+
try {
6+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
7+
embeddedservice_bootstrap.settings.devMode = true;
8+
9+
embeddedservice_bootstrap.init(
10+
'00DSB00000eGLpV',
11+
'Food_Options',
12+
'https://orgfarm-6269ab72dd.test1.my.pc-rnd.site.com/ESWMIAW11765999574183',
13+
{
14+
scrt2URL: 'https://orgfarm-6269ab72dd.test1.my.pc-rnd.salesforce-scrt.com'
15+
}
16+
);
17+
} catch (err) {
18+
console.error('Error loading Embedded Messaging: ', err);
19+
}
20+
};
21+
</script>
22+
<script type='text/javascript' src='https://orgfarm-6269ab72dd.test1.my.pc-rnd.site.com/ESWMIAW11765999574183/assets/js/bootstrap.js' onload='initEmbeddedMessaging()'></script>
23+
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)