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.