Question

Zap not triggering for new webhooks sent

  • 21 March 2022
  • 4 replies
  • 72 views

Userlevel 1

h team

I have created a ZAP which should run a triggert by a webhook. 

after subscription i got the hook url

as i run the following code (same from postman) i can see the hook in the monitor but nothing actually happned in the zap (emai/goolge sheet) 

am i missing something?

 

await fetch("https://hooks.zapier.com/hooks/standard/5461766/f82abd556c744950bb4804b049a13eda", 
    { method: "POST", 
      body: '[{"id":20829875,"name":"M","firstname":"m","lastname":"w","company":"S","phone":"","title":"d","location":"usa","email":"xxx"}]',
      headers: { "Content-Type": "application/json", Accept: "application/json", } }); 

 

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 7
Badge +9

Hi @dane78 

Can you check your Zap history and see if Zapier is able to receive the data? Make sure you have your Zap turned on.

Userlevel 1

hi

 

nothing appears on my zap history!

i get event in the monitor but no clue on how to debug and what is going wrong.

as far as i can see by documentation everything is ok

 

dane

 

I am also facing the same issue.

Due to invalid data response from API, trigger still shows success message when hook run, but ignore it and don’t run.