Hi everyone,
I want to catch a web hook but NOT define the fields that I am expecting ahead of time. Basically a catch all - whatever the payload comes in - I want to see that json sent to me as an e-mail for example.
How do I do that? The catch webhook expects that I define what I am expecting to catch and that’s the one thing I can’t do - I don’t know how it will show up and that is why I want to simply catch whatever json shows up at the door and send it to me unmodified?
Is it possible? If yes please share your suggestions with me
Thank you