YD Webhook to XML-RPC
This plugin implements a basic webhook – to – XML-RPC gateway in WordPress.
WordPress has a very comprehensive XML-RPC API. This gateway will automatically accept webhook calls and convert them into XML-RPC.
From then on you can use the well-known and well-documented WordPress XML-RPC API to respond to webhooks and implement needed features in your plugins and custom functions.


le 22 August 2011 à 1:19 h
Is it possible to post to wordpress using a webhook?
le 22 August 2011 à 10:28 h
YOu can post to WordPress using XML-RPC. My Webhook du XML-RPC gateway could help you automate posting using a webhook, with some custom code.
le 2 December 2011 à 15:56 h
can we post articles in another sites using this plugin….???
le 2 December 2011 à 16:29 h
@Shoaib : same answer as above, if you need to post to WordPress through a webhook, this plugin is useful. Otherwise just use straight XML-RPC to the existing WordPress interface, you don’t need this plugin.