This plugin allows you to create and delete number documented webhook enpoints for WordPress users as many as you need..
It also comes with application to define tools which is the action is taken on the data posted to said endpoints...
Upload the whole lh-webhooks-api folder to the wp-content plugins directory..
Activate the plugin through 'Plugins in WordPress..
How do I programatically define method for handling data posted to the webhooks..
Each webhook msut have method this is passed to the endpoint as GET dangle i.e.. method=my post handler..
What happens to the data is defined by you programically by you.
The step is to define the able tools from the lh webhooks api allowed methods filter..
The step is to define what happens to the posted data. this is done from filter i.e. lh webhooks api **** where the number of the filter name is the name of your method. in the experience this is 'lh webhooks api log via email....
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Read more