Crocoblock / jetformbuilder

72 stars 15 forks source link

Configure form according to response from a webhook/api submission #428

Open brjmichael opened 2 months ago

brjmichael commented 2 months ago

Hello team! I would like to know if it is possible to interact with the response from a webhook/api.

I currently have a form that sends data to a webhook to activate an automation. However, in some cases if the automation cannot be executed, it returns error 400 instead of 200.

Therefore, it would be very useful to have the option to customize an output in the form if the response is not what was expected.

Thank you for all of your attention and dedication. <3