Im creating a Trigger in my app
I must validate if the user input data is valid when the Zapier hits my subscribe endpoint.
I'm doing this validation, but when I send a bad request status code 400. Zapier is not showing anything to the final user.
So what is the correct approach to validate the trigger subscribe and send a bad request response to Zapier shows to the end user?