A set of Node-RED nodes to interact with the WordPress.org REST API and WooCommerce REST API.
Beta - Expect some node changes!
Run the following command in the root directory (default ~/.node-red
) of your Node-RED install:
npm install node-red-contrib-wordpress
For now, we use basic auth to interact with the WordPress API. You will need to install the basic auth plugin to your WordPress website. We highly recommend you use SSL on your site when using basic auth.
We also have a helper plugin which adds additional REST API endpoints to WordPress and shortcodes you may find useful to install and experiment with.
Grab a collection of posts. There is a basic set of query options within the Node. Expect more soon.
Create new posts on your WordPress site.
Coming soon
Coming soon
Get a setting/option from the wp_options
table. Note, a limited set of options are available on this endpoint by default.
Set a setting/option in the wp_options
table. Again, a limited set of options are available on this endpoint by default.
Injests a product object and passes this to the WooCommerce API. This is a just for demo purposes at the moment.
Please see the wiki for examples and experiments.
Made possble with the help of the following projects: