is there a way to get All the Real Time Agent Statuses in AWS Connect?
I'm using the aws connect sdk javascript,
Currently I want to get all the info of the Agent Currently Online in Real Time,
Problem is for, as Much as I know, there's no way to get the status of the agent in real time. using the aws sdk ?
or there's way to get all the current agent statuses ?
Many moons ago I wrote a blog post which describes how to build a serverless dashboard for Connect.
In that article you can find instructions for creating agent event streams which deliver information about what agents are doing now and Lambda functions which store that information in DynamoDB. Then the code queries the DynamoDB table to retrieve the current state of each agent for display on the dashboard.
So while you can't run a query against the Connect service to get current agent status, this is a way to do the same thing.
I'm not sure I understand what you mean by "when it is monitoring". Could you explain further?
Relevant questions
Get input from agent before placing an outbound call
asked 4 months agoFetching the Time of the User Status
asked 2 months agois there a way to get All the Real Time Agent Statuses in AWS Connect?
asked 5 months agoError using the AWS Connect Streams API to create an outbound call leg for initiating a transfer: "QuotaExceededException: Cannot dial third party destination: The agent is at maximum capacity."
asked 2 months agoCannot get the contact attributes of Amazon Connect by aws-sdk Javascript
asked 10 months agoTransferring the Amazon connect contact while waiting for the Agent in the Queue
asked a month agoDo you have any control for the Agent Statuses without Control Contact Panel Api?
Accepted Answerasked 2 years agoaws datasync agent offline
asked 17 days agoin Amazon Connect, could we have FACEBOOK, EMAIL. SMS, ... as channels in the Real-time Metrics dashboard
Accepted Answerasked 2 months agoTasks assigned to an unavailable agent are lost.
Accepted Answerasked 2 months ago
I'm already doing that,
the problem with that is, it doesn't give the status when it is monitoring.