From Bright Pattern Documentation
Jump to: navigation, search
(Updated via BpDeleteTranslateTags script)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<translate>
+
 
 
= Purpose =
 
= 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 ''Embedded Agent Desktop SDK Specification'' describes the Bright Pattern Agent Desktop SDK, which incorporates the Bright Pattern [[Embedded-agent-desktop-api-specification/Purpose |  Embedded Agent Desktop API]].
  
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.
+
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.
  
With this API, you can:
+
== Try It Now ==
* Request information about agent states and interactions
+
You can give the SDK a spin by copying the following URL into your web browser's address field and replacing the placeholder "corp" with the name of your Bright Pattern Contact Center instance:
* 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 ==
+
https://corp.brightpattern.com/agentdesktop/AgentDesktopSdkTest.jsp
Methods
 
* [[Embedded-agent-desktop-sdk-specification/AgentState |  Agent State]]
 
* [[Embedded-agent-desktop-sdk-specification/DialingTransfers |  Dialing and Transfers]]
 
* [[Embedded-agent-desktop-sdk-specification/CompletingTerminatingInteraction |  Completing and Terminating an Interaction]]
 
* [[Embedded-agent-desktop-sdk-specification/CallRecordingsControl |  Call Recordings Control]]
 
  
Events
+
Then log in to Agent Desktop and click '''Get State''' to get started.
* [[Embedded-agent-desktop-sdk-specification/AgentLogin |  Agent Login]]
 
* [[Embedded-agent-desktop-sdk-specification/AgentStatus |  Agent Status]]
 
* [[Embedded-agent-desktop-sdk-specification/Call_Flow |  Call Flow]]
 
  
 +
See also the [[AgentDesktop-client-side-javascript-api-specification/APIMethods | next generation version of the API]].
  
  
</translate>
+
[[File:ControlRecord1b-53.png|800px|center]]

Latest revision as of 04:02, 29 May 2024

• 5.19 • 5.3 • 5.8


Purpose

The Embedded Agent Desktop SDK Specification describes the Bright Pattern Agent Desktop SDK, which incorporates the Bright Pattern Embedded Agent Desktop 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.

Try It Now

You can give the SDK a spin by copying the following URL into your web browser's address field and replacing the placeholder "corp" with the name of your Bright Pattern Contact Center instance:

https://corp.brightpattern.com/agentdesktop/AgentDesktopSdkTest.jsp

Then log in to Agent Desktop and click Get State to get started.

See also the next generation version of the API.


ControlRecord1b-53.png
Next >