With HookPress you can set up webhooks so that URL is requested when certain WordPress actions occur.
To learn about the various hooks WordPress provides, please consult WordPress Plugin API's Action Reference and Filter Reference.
To learn more about webhooks, take look at the wikipedia page and also The Pushbutton Web by Anil Dash.
To write and host script The option is to set up script on your own server to catch POST requests and act on them.
Requestbin is nice, free service which will host endpoint, collect all requests, and let you inspect them.
There is also PHP script which does version of this, test php, included with HookPress...
In the admin section, go to Settings > Webhooks to add new webhooks...
Reviews. unable to add web hook harpr87 try to add webhook its showing select one field at least i try with ctrl-click to add but its never response or add any feild...
Unfortunately this plugin is broken and doesn't work with WordPress 4.8.2 it's not possible to select fields to be sent to webhook, and therefore the plugin is useless ...
Browse the code, check out SVN repository, or subscribe to the development log by RSS... 1.14.
Read more