1 Answer
- Newest
- Most votes
- Most comments
0
You can use "Set contact attributes" to set the key-value pairs and carry forward them throughout the flow.(s) You can read these values from the Lamda function when working with the 3rd party applications. Inside your lambda function, add a print statement to see how the key-value pairs are set (ex: print(f"Dumping Event Data: {json.dumps(event)}")), check the cloudwatch logs to see the event object and read the values as needed (ex: event['Details']['ContactData']['MYXYZ'])
answered 9 months ago
Relevant content
- asked a year ago
- AWS OFFICIALUpdated a year ago
