Skip to main content
Question

Issue with sending Facebook Leads to my API via webhooks by Zapier


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 

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

  • Author
  • Beginner
  • 2 replies
  • October 17, 2023

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


Troy Tessalone
Forum|alt.badge.img+14

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

 


  • Author
  • Beginner
  • 2 replies
  • October 17, 2023

thanks! removing the “ “ helped :))