Create Webhooks on Salesforce.com

Webhooks are the modern, web-oriented way for servers to receive notifications from other servers. For instance, when an event happens on a server, like Salesforce.com, your own custom application can receive the event via a web request.

Salesforce already has a built-in way to handle events called Triggers which run on Salesforce via Apex code. However, you may want to receive these events in your own custom application. In Salesforce it is pretty easy to write the Apex to do this but why not automate that process? I built the Salesforce Webhook Creator to do just that. Here is a short demo:

If you want to test it out, use my Echo Webhook app by entering a URL like:
https://echo-webhook.herokuapp.com/SOME-UNIQUE-ID

All of the code is on GitHub - contributions welcome!

Let me know what you think!