1

I have followed the describe-contact-flow to export my contact flow content using AWS CLI.

Here is my CLI:

aws connect describe-contact-flow \
  --instance-id myconnect \
  --contact-flow-id <FLOW_1_ID> | jq '.ContactFlow.Content | fromjson'

But the result is much shorter and completely broke with missing components inside the JSON unlike the result which is exported from the Export (Beta) feature from the AWS Console.

From my point of view, I prefer using command line to help my work to be straightforward and simpler. Are there any solutions for this kind of issue?

Binh Nguyen
  • 1,891
  • 10
  • 17
  • I've tested and your command is correct and should work as expected. The only thing I can think of suggesting is, is your AWS cli executable up to date? Not sure if it will help, but worth checking. – ledge Mar 27 '23 at 04:37
  • @ledge It's `aws-cli/2.11.2` which I believe is quite new because I am using **AWS CloudShell**. – Binh Nguyen Mar 27 '23 at 07:10

0 Answers0