I'm trying to capture the values inserted in the fields of the Contact attribute panel (AWS Connect) whenever you want to create a new customer for your call centre in order to save them in a Dynamo and use them with other implementations by lambda usage (trying to avoid creating a new front as AWS should have a utility like this?)
Please forgive any post formatting errors as its my first ever post here.
Thanks everyone.
I've tried several approaches:
Trying to record network traffic to see what the payload delivers (POST) whenever you press the "Save" button -- To no avail, I can see the payload but not its JSON structure more than a few params.
Trying to understand where those values are stored within AWS -- To no avail, they are JSON System parametres ($.parameter) and I can't seem to be able to access them other than the console, which isn't what I'm looking for.
Try searching on Connect API (https://github.com/amazon-connect/amazon-connect-streams/blob/master/Documentation.md) and try searching for a method that kind-of (which isn't the best approach) does what I'm looking for -- None found (at least by lil' inexperienced me).
AWS CLI. I saw a few methods portraying (again) kind of what I'm looking for. The catch? It's CLI v2.