Title: YD Webhook to XML-RPC
Author: Yann at WP&amp;Co
Published: <strong>Апрель 29, 2011</strong>
Last modified: Апрель 29, 2011

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/yd-webhook-to-xml-rpc.svg)

# YD Webhook to XML-RPC

 By [Yann at WP&Co](https://profiles.wordpress.org/ydubois/)

[Download](https://downloads.wordpress.org/plugin/yd-webhook-to-xml-rpc.zip)

 * [Details](https://os.wordpress.org/plugins/yd-webhook-to-xml-rpc/#description)
 * [Reviews](https://os.wordpress.org/plugins/yd-webhook-to-xml-rpc/#reviews)
 *  [Installation](https://os.wordpress.org/plugins/yd-webhook-to-xml-rpc/#installation)
 * [Development](https://os.wordpress.org/plugins/yd-webhook-to-xml-rpc/#developers)

 [Support](https://wordpress.org/support/plugin/yd-webhook-to-xml-rpc/)

## Description

#### Implement incoming Webhooks in WordPress

This plugin implements a simple gateway to transform webhook calls into regular 
XML-RPC calls.

WordPress has a very comprehensive XML-RPC API. This gateway will automatically 
accept webhook calls and convert them into XML-RPC.

It listen to Webhooks to trigger XML-RPC methods in WordPress.

It provides a simple short /webhook URL for triggering WordPress events.

From then on you can use the well-known and well-documented native WordPress XMLRPC
API to respond to webhooks and implement needed features in your plugins and custom
functions.

The incoming webhook POST data payload will be transferred as-is to the XML-RPC 
method. It should be XML for it to work well.

Needs PHP5.

#### Webhook syntax

If you are using pretty permalinks:

    ```
    http://[your-site]/webhook?method=misc.method
    ```

If you are not using permalinks, you need to call the long full url:

    ```
    http://[your-site]/wp-content/plugins/yd-webhook-to-xml-rpc/webhook.php?method=misc.method
    ```

replace `misc.method` with any XML-RPC method, either WordPress built-in, or your
own, or from a third-party plugin.

#### Uses

This gateway has successfully been used to listen to Shopify webhooks to trigger
WordPress events (such as upgrade user status when a purchase has been completed).

#### Active support

Drop me a line on my [YD Webhook to XML-RPC plugin support site](http://www.yann.com/en/wp-plugins/yd-webhook-to-xml-rpc)
to report bugs, ask for specific feature or improvement, or just tell me how you’re
using it.

### Revisions

 * 0.1.0. Initial beta release of 2011/04/29

### Did you like it?

Drop me a line on http://www.yann.com/en/wp-plugins/yd-webhook-to-xml-rpc

And… _please_ rate this plugin –>

## Installation

WordPress automatic installation is fully supported and recommended.

Needs PHP5.

## FAQ

  Where should I ask questions?

http://www.yann.com/en/wp-plugins/yd-webhook-to-xml-rpc

Use comments.

I will answer only on that page so that all users can benefit from the answer.
 
So please come back to see the answer or subscribe to that page’s post comments.

  Puis-je poser des questions et avoir des docs en français ?

Oui, l’auteur est français.
 (but alors… you are French?”)

  What is your e-mail address?

It is mentioned in the comments at the top of the main plugin file. However, please
prefer comments on the plugin page (as indicated above) for all non-private matters.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“YD Webhook to XML-RPC” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Yann at WP&Co ](https://profiles.wordpress.org/ydubois/)

[Translate “YD Webhook to XML-RPC” into your language.](https://translate.wordpress.org/projects/wp-plugins/yd-webhook-to-xml-rpc)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/yd-webhook-to-xml-rpc/),
check out the [SVN repository](https://plugins.svn.wordpress.org/yd-webhook-to-xml-rpc/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/yd-webhook-to-xml-rpc/)
by [RSS](https://plugins.trac.wordpress.org/log/yd-webhook-to-xml-rpc/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.0

 * Initial beta release

## Meta

 *  Version **0.1.0**
 *  Last updated **15 years ago**
 *  Active installations **10+**
 *  WordPress version ** 2.9 or higher **
 *  Tested up to **3.1.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/yd-webhook-to-xml-rpc/)
 * Tags
 * [Web Service](https://os.wordpress.org/plugins/tags/web-service/)[webhook](https://os.wordpress.org/plugins/tags/webhook/)
   [webservice](https://os.wordpress.org/plugins/tags/webservice/)[xml-rpc](https://os.wordpress.org/plugins/tags/xml-rpc/)
   [xmlrpc](https://os.wordpress.org/plugins/tags/xmlrpc/)
 *  [Advanced View](https://os.wordpress.org/plugins/yd-webhook-to-xml-rpc/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/yd-webhook-to-xml-rpc/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/yd-webhook-to-xml-rpc/reviews/)

## Contributors

 *   [ Yann at WP&Co ](https://profiles.wordpress.org/ydubois/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/yd-webhook-to-xml-rpc/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.yann.com/)