Skip to main content

I’m trying to pull my facebook leads into zapier and then send them to my own API using webhooks.

 

I’ve tested my endpoint several times and it works (using other software such as postman)

 

When I test the exact sme API call with zapier I always get this error:
 

Failed to create a request in Webhooks by Zapier

Email is required (HTTP Status Code: 400)

 

attached are screenshots of my setup - i’ve triple checked everything 

don’t ask my why it attached hundreds of screenshots? I only uploaded 3


Hi @britcruise 

Good question.

Can you link to the API docs you are using to configure the API request?

Some things to try…

  1. Remove the double quotes around the Data key/value pairs
  2. Add Authentication Headers if those are required

 


thanks! removing the “ “ helped :))