Is that possible to customize Agent Workspace?

0

I need to subscribe to agent and interaction events that come from the agent workspace. I already have a temporary solution for getting events from CCP (using connect stream.js).

/* connect.core.initCCP(); */

2 Answers
0

Can you please provide more details on the use case? How do you plan to use these agent and interaction events?

You can subscribe to agent and interaction events that come from the agent workspace in an App built by you and added as a Tab to the Agent workspace. Please refer. https://docs.aws.amazon.com/connect/latest/adminguide/3p-apps.html

AWS
answered a year ago
0

Hi Check these steps to resolve issue:

Yes, it is possible to customize the Amazon Connect Agent Workspace to suit your needs. The Agent Workspace can be customized to subscribe to agent and interaction events, and you can achieve this using the Amazon Connect Streams API.

Here's a general approach to subscribing to agent and interaction events from the Agent Workspace:

  1. Setting up the Streams API First, you need to include the Amazon Connect Streams API (connect-streams.js) in your project. This API allows you to interact with the Amazon Connect CCP (Contact Control Panel).

https://docs.aws.amazon.com/connect/latest/adminguide/agent-workspace.html

https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-streams.html

EXPERT
answered a year ago
EXPERT
reviewed a year ago
  • Thanks for quick response.

    Actually, I need to customize the agent workspace using the connect stream API rather than CCP.

    Is there a way to subscribe events like connect.core.initCCP?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions