How to find dependent contact flows in AWS Connect that is utilizing a specific feature ?

0

Is there an easy way to find the list of contact flows using a particular Module or list of contact flows using a particular 'Hours of operation' with any search option?

Cloud9
已提問 2 年前檢視次數 342 次
1 個回答
0

So nothing out of the box, but you might be able to do it via the API (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connect.html). One option is to look at the describe_contact_flow endpoint. You'll get the content from each flow and then you can find references via ARN to see which script is using what module or what hours of operations. I've done something similar, but not related to flows. In my use case I find what queue is using which quick connects.

david

profile picture
dmacias
已回答 2 年前
profile pictureAWS
專家
已審閱 1 年前
  • Thank you for the reply. Does this mean we have to manually search for 500 ARNs when we have output from a 500 call flows after running that API ? May I know how we can request AWS to develop a feature to find dependencies of a component in Connect ?

  • Hi Cloud9, while this is still not out of the box functionality, it can be easier to comprehend contact flow dependencies using Infrastructure as Code technologies. Since the ARN's referenced in contact flows would be tokens that refer to constructs in whatever solution you are using (Terraform, CDK, etc), you can use native functionality or third-party plugins of that tool to generate a dependency graph. A good start solving for this would be the ContactFlow CloudFormation resource: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflow.html

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

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

回答問題指南