Question

Webhook Fails to Continue When Response Header is 400

  • 23 August 2022
  • 1 reply
  • 421 views

I am using a webhook to lookup a value from an api. I do not have control over this api. When the api fails to find a matching value it returns a message and the http header status code is 400. This causes Zapier webhook step to fail to continue.

How can I modify my zap so that if the http status code is 400 it continues moving through the rest of the zap and I can do my own error handling? Right now it will not move past the webhook step with 400 http status.


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

1 reply

Userlevel 7
Badge +9

Hi @lrintjema 

I don’t think it’s possible, the only way you can get it done is by making the API call using a code step, Python or JavaScript.

https://zapier.com/help/create/code-webhooks/python-code-examples-in-zaps#step-8