Skip to content
Advertisement

Login into aws connect using awssdk for php

I need to auto login into Amazon connect instance using PHP awssdk . The AWS sdk is included in the project and is being used to connect to S3 buckets for storing and retrieving the files. But my requirement is to login the user as an agent into Amazon connect when he logs into the web app. The user has already been created in Amazon connect. Any leads would be helpful.

Advertisement

Answer

To log agents into Connect you need to use the Streams API found here.

https://github.com/amazon-connect/amazon-connect-streams

The Connect API itself doesn’t support agent login etc.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement