I tend to use <a href="http://requestb.in/" rel="nofollow">http://requestb.in/</a> since it's a lot simpler to use. Basically press on the button in the middle, copy+paste url and then reload page once webhook is there.<p>Also, I created this nifty shorthand for use in the terminal:<p><pre><code> alias bin_me="curl --silent -X POST http://requestb.in/api/v1/bins | jq -r '\"http://requestb.in/\(.name)?inspect\"'"
</code></pre>
Requires JQ (could easily not require that) and you'll just remove the ?inspect when you want to use the bin.