User-636165704 posted
Hello,
We are looking into creating a custom web hook sender for certain scenario's we have. I had a look around and it seems that setting up web hooks is fairly easy with ASP.NET web hooks, but my question is, how can someone not on ASP.NET receive my web hook
notifications?
From what I have done so far, it looks like ASP.NET validates if the web hooks receiver URL conforms to certain standards, but I cannot guarantee that all of our clients will be using ASP.NET to subscribe to our web hooks.
Are you forced to have an ASP.NET receiver for your web hook if you developed the custom sender using ASP.NET web hooks?
Thanks,
MS