-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSophiaESW.html
More file actions
executable file
·18 lines (18 loc) · 998 Bytes
/
SophiaESW.html
File metadata and controls
executable file
·18 lines (18 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<script src="https://eswperf.blitz03.soma.force.com/lightning/lightning.out.js"></script>
<div id="button_goes_here"/>
<script>
$Lightning.use("embeddedService:liveAgentSidebarApp", function() {
$Lightning.createComponent("embeddedService:liveAgentSidebar", {
deploymentId : '572D00000004CVw',
orgId : '00DD00000008IZ7',
buttonId : '573D00000004CcS',
endpointURL : 'https://d.la-blitz03.soma.salesforce.com/chat',
avatarImgURL : 'avatar.png',
prechatBackgroundImgURL : 'Prechat_image.png',
chasitorContentServerEndpointUrl : 'https://d.la-blitz03.soma.salesforce.com/content',
chasitorSrcURL : ['https://eswperf.blitz03.soma.force.com/jslibrary/1446053165000/ui-sfdc-javascript/debug/SfdcCore.js','https://d.la-blitz03.soma.salesforce.com/content/g/js/36.0/chasitor.js']
}, "button_goes_here");
},"https://perfcommunity.blitz03.soma.force.com/perftest");
</script>
</html>