Overview of Interaction APIs
Interaction API facilitate communication between the toolbar and Service Center during an interaction.
The API triggers customer identification by using reverse lookup, screen pop and user-defined tokens. All methods of the interaction API have a channel for which they make the call as a parameter. You configure the channels with Functional Setup Manager. For a list of provided channel names, see Channel Type Data. The following table lists the Interaction API methods.
Method |
Usage |
---|---|
newCommEvent |
Notifies the application that the toolbar has received a new CommEvent. This means that new communication has been assigned to or was initiated by the current agent. This call is mandatory. |
startCommEvent |
Notifies the application that the toolbar has started a CommEvent, where an agent has accepted the event. |
closeCommEvent |
Notifies the application that the toolbar has closed the CommEvent. This call is mandatory. |