Skip to main content

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.

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