Using Python script to automate Routing Profile change

0

I have created a Python script with Selenium to read data (like alias, routing profile name) from real-time routing profile change request SIMs coming from Operations team and then going to the Amazon Connect and change the existing routing profile selection for that particular alias to the requested routing profile and then coming back to the SIM and resolving it with comments. This is to automate our real-time SIM requests. This Python script will interact with the Amazon Connect web application using keys (TAB, SHIFT, SPACE, ENTER, etc) to do its job and use xpaths to interact with the SIM-C portal elements. Do I need any special permissions from the Amazon Connect team to use/run this script? Can anyone help me with this question?

profile picture
asked 2 years ago503 views
2 Answers
1
Accepted Answer

Hi there! This type of automation is quite common. You'll need IAM permissions to access the requisite Amazon Connect resources via SDK or API. Check out this documentation link that discusses available Resources in IAM for Amazon Connect: https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_service-with-iam.html

AWS
gthomas
answered 2 years ago
1

Doing this via Selenium is not the best approach, look at the API to do everything you're looking for.

david

profile picture
dmacias
answered 2 years ago

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