Sorry for the delay! I caught a case of the man-flu and have been lying low!
I would like to have access to create an HTTP end point that could then serve as an trigger for a job. I could then have different systems supporting WebHooks and/or related functionality make a request directly to that trigger.
Once triggered, I would assume I would need access to the QueryString Parameters, Body, Headers and the (HTTP) Method that was invoked.
I can try to formulate some use cases if you need, but this is the general idea.