Link Live Experience Events to the Siebel Business Service
Create a JavaScript message handler file to capture important Live Experience events and communicate them to the Siebel simple business service.
Event | Description |
---|---|
AgentStatusChange |
The event is created whenever the associate's availability in the Live Experience Associate Desktop changes, such as log in, log out, answering a call, or marking themselves as unavailable. |
StartDiagnostics |
The event is created whenever the diagnostics check starts. |
QueueChange |
The event is created whenever the associate call queue changes state. The event includes details of the current queue status. This could be used to show a ringing icon on the screen, for example. |
StartCall |
The event is created whenever the associate starts a call. The event includes the context details of the call, which could be used to populate Siebel activity and contact data. The Context details are configurable in the Live Experience Admin Console, are visible in the Live Experience Associate Desktop during the call, and can include anything configured in the Live Experience client. For example, details could include call start and stop times, associate and client names, client physical and webpage or app locations, and client device details. |
EndCall |
The event is created whenever the associate ends a call. The event includes the context details of the call, which could be used to populate Siebel activity and contact data. |