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
已提問 2 年前檢視次數 510 次
2 個答案
1
已接受的答案

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
已回答 2 年前
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南