Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How supervisor can change the status using connect stream? #960

Open
osama-lakhan opened this issue Jan 16, 2025 · 2 comments
Open

How supervisor can change the status using connect stream? #960

osama-lakhan opened this issue Jan 16, 2025 · 2 comments

Comments

@osama-lakhan
Copy link

I want to implement a flow in which a supervisor can change the status of its agents. Does anyone know how I can do that? I have tried multiple things but I'm unable to achieve the thing.

@hngan
Copy link
Contributor

hngan commented Jan 17, 2025

There isn't a Streams API that supports this today, but the supervisor can navigate to the Real Time Metrics page to set their desired agents' status. Alternatively, theres a public API here that lets anyone set an agent's status: https://docs.aws.amazon.com/zh_cn/cli/latest/reference/connect/put-user-status.html

@osama-lakhan
Copy link
Author

Thanks for the response, @hngan. I'll give this API a try and hope it works. I was initially attempting this implementation from the frontend using Amazon Connect Streams. I've been following the documentation here: https://github.com/amazon-connect/amazon-connect-streams/blob/master/Documentation.md for the frontend implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants