Webhook response & error handling

Hi all,

I have a scenario starting with a custom webhook, and ending with a webhook response, set to the status 307 + Location key.

How to redirect a user to a different url when the 400 error comes up in the middle of the scenario (after one of the Webflow’s CMS module)? I couldn’t find any redirect within error handling modules, and I’m lost a little bit.

Thanks,
Filip

Hi @filipradkiewicz,

I’m just expirimenting with this same scenario. My webhook scenario did not include a lot of modules, so what I did:

For each module that could trigger an error (such as your example Webflow’s CMS module): create an error handler and choose a webhook response. In this webhook response, set your desired status and/or redirect.

I hope this helps!