RocketChat provides the LiveChat data to Zapier using a webhook in JSON format.
https://docs.rocket.chat/use-rocket.chat/omnichannel/webhooks#sample-json-data
I need to parse this JSON object and concatenate all the “msg” values into a single string that I can then add as a ticket note. I am not sure how to pass the entire JSON object to my code: