Skip to content

Commit 84d1fa6

Browse files
authored
Update miawagent.html
1 parent 2dd7709 commit 84d1fa6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Shital/SCRT2/miawagent.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ <h1> In APP Web Client for Org: "scrt2usa9014"</h1>
1616
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
1717

1818
embeddedservice_bootstrap.init(
19-
'00Dcs0000035YiT',
20-
'MIAW_ESD_OMNI1_0_QUEUE_TO_AGENT',
21-
'https://scrt2usa9014.my.site.com/ESWMIAWESDOMNI10QUEUE1737093293682',
19+
'00Dcs0000052oM1',
20+
'MIAW_QUEUE_TO_AGENT',
21+
'https://scrtgcpusa9014.my.site.com/ESWMIAWQUEUETOAGENT1737365473717',
2222
{
23-
scrt2URL: 'https://scrt2usa9014.my.salesforce-scrt.com'
23+
scrt2URL: 'https://scrtgcpusa9014.my.salesforce-scrt.com'
2424
}
2525
);
2626
} catch (err) {
2727
console.error('Error loading Embedded Messaging: ', err);
2828
}
2929
};
3030
</script>
31-
<script type='text/javascript' src='https://scrt2usa9014.my.site.com/ESWMIAWESDOMNI10QUEUE1737093293682/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
31+
<script type='text/javascript' src='https://scrtgcpusa9014.my.site.com/ESWMIAWQUEUETOAGENT1737365473717/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
32+
3233
</body>
3334
</html>

0 commit comments

Comments
 (0)