Hello,
When Sending with a Custom Webhook from the PluginOps plugin, the post appears to be malformed.
The Data is arriving to the webhook arrives as shown below:
{ "{"FirstName":"TEST First","LastName":"TEST Last","Email":"[email protected]","Phone":"(123) 123 1233"}": "" }It is as if it is treating all of the arguments as a Key Name and leaving “” at the end as a value.
I attempted to use Zapier Plugin instead to get around the issue but hit a similar problem where when I try to test the webhook in Zapier I get the following error:
Unable to pull requests
Error code: Error while retrieving: Results list ["TEST 1"] is malformed. A results list must hold children that are objects like [{key: value}]. We found "TEST 1" though.“Test 1” was the value I had put for First Name, the First field on the form.
My end goal is to get the form data from WP into our Zoho CRM. I was going to do this via Zoho Flow but ran into this issue.
Any help with this will be greatly appreciated.
Nathan
