From Bright Pattern Documentation
Line 1: | Line 1: | ||
<translate> | <translate> | ||
= Purpose = | = Purpose = | ||
− | The ''Embedded Agent Desktop SDK Specification'' describes the Bright Pattern Agent Desktop SDK, which | + | The ''Embedded Agent Desktop SDK Specification'' describes the Bright Pattern Agent Desktop SDK, which incorporates the Bright Pattern Out-page JS API. The SDK supports requests for information about agent states and interactions, as well as control over agent and supervisor login, status, call flow, call recordings, transfers, and outbound dialing. The SDK is available in the latest release of Bright Pattern Contact Center. |
− | The Out-page JS API is a browser-based JavaScript API that allows | + | The Out-page JS API is a browser-based JavaScript API that allows a webpage to communicate with the Bright Pattern Agent Desktop application embedded on that page in iframe. |
With this API, you can: | With this API, you can: |
Revision as of 01:05, 7 February 2019
<translate>
Purpose
The Embedded Agent Desktop SDK Specification describes the Bright Pattern Agent Desktop SDK, which incorporates the Bright Pattern Out-page JS API. The SDK supports requests for information about agent states and interactions, as well as control over agent and supervisor login, status, call flow, call recordings, transfers, and outbound dialing. The SDK is available in the latest release of Bright Pattern Contact Center.
The Out-page JS API is a browser-based JavaScript API that allows a webpage to communicate with the Bright Pattern Agent Desktop application embedded on that page in iframe.
With this API, you can:
- Request information about agent states and interactions
- Request agent routing state change
- Dial numbers
- Transfer calls
- Complete interactions
- Terminate interactions
- Control call recordings
- Request information about agent login, status, and call flow
Supported Methods and Events
Methods
Events
</translate>