Testing WebHooks can be accomplished with the help of RequestBin, an external service that tests your post-receive messages.
Setting up
Visit RequestBin and click 'Create a RequestBin'

Copy the URL you are given

Open your repository on GitHub and go to its Admin page

Click Service Hooks

Click WebHook URLs

Paste your RequestBin URL

Click Update Settings
Testing
Testing that the hook fires is fairly simple. Make a commit to your repository and push to the GitHub repository. Return to your RequestBin page and reload. You should see the new POST:


