Hi!
How do I implement custom input validation when using the Webhook, so that the response of the call reacts to bad input data. Let’s say a malformed e-mail address. The input could be an OK string but maybe not a correct formatted e-mail address.
I have googled, but not found any answers or questions on this.