Question

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

  • 17 October 2023
  • 3 replies
  • 42 views

Userlevel 1

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 


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

Userlevel 1

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

Userlevel 7
Badge +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

 

Userlevel 1

thanks! removing the “ “ helped :))