I am using a POST request to a Zapier Webhook Catch Hook. When I receive the JSON, it is not being parsed into each unique field. Any Ideas? Here is the JSON:
{
"Invoices": s
{
"Customer": "ZenWTR",
"Email": "jq@zenwtr.com",
"Terms": "Due Upon Receipt",
"InvoiceDate": "10/5/2020",
"DueDate": "10/5/2020",
"InvoiceNbr": "2020-211",
"RecessPO": "2020-211",
"Items": s
{
"ProductService": "Event Sponsorship Fee",
"Description": "2020-10-06 - Product Sampling - El Toro Flicks - Coachella Valley Drive-In Theater",
"Qty": 1808,
"Rate": 0.5,
"Amount": 540,
"Class": "ZenWTR"
},
{
"ProductService": "Event Sponsorship Fee",
"Description": "2020-10-13 - Product Sampling - El Toro Flicks - Coachella Valley Drive-In Theater",
"Qty": 1808,
"Rate": 0.5,
"Amount": 540,
"Class": "ZenWTR"
}
]
},
{
"Customer": "Stratus Group Duo llc.",
"Email": "brooke@stratusgp.com",
"Terms": "Due Upon Receipt",
"InvoiceDate": "09/22/2020",
"DueDate": "09/22/2020",
"InvoiceNbr": "2020-190",
"RecessPO": "2020-190",
"Items": s
{
"ProductService": "Event Sponsorship Fee",
"Description": "2020-10-10 - Product Sampling@BIG Kahuna 6-Man Beachfest",
"Qty": 200,
"Rate": 0.5,
"Amount": 100,
"Class": "Stratus Group Duo llc."
},
{
"ProductService": "Event Sponsorship Fee",
"Description": "2020-09-26 - Product Sampling - Silverlake Flea Market",
"Qty": 500,
"Rate": 0.5,
"Amount": 250,
"Class": "Stratus Group Duo llc."
}
]
}
]
}
Here is the result of the Catch Hook: