Accessing Data for a flow

Accessing Data for a flow

Hello - 

I have a field from a trigger that returns this date when I look at the test data:

"contacts": [

{

"emails": [

"xxxxxxxxxxx",

"xxxxxxxxxxx",

],

"lastName": "Chandler",

"firstName": "Joey",

"name": "Joey Chandler",

"answers": [

{

"question": "Phone",

"answer": "+1xxxxxxxxx”

},

{

"question": "Website",

"answer": "www.joeychandler.net"

},

{

"question": "What is the goal or challenge you want to address. Make sure this is real and pressing for you,",

"answer": "test"

}

],

"id": "5f6ce312f4a337002172ae11",

"email": "xxxxxxxxxxxxxx"

}

],


I would like to access the firstName and lastName so I can use it to create a lead in Zoho CRM.

I'm sure this is easy but I can't figure it out.

Thanks in advance,

Joey