Descripción
Integrate your WordPress site with over 1000 services through Microsoft Power Automate. This is the official Power Automate connector for WordPress, certified by Microsoft.
Power Automate is a low-code service offered by Microsoft that allows you to automate workflows between your favorite apps and services to synchronize files, get notifications, collect data, and more.
Power Automate is Microsoft’s version of Zapier, IFTTT, and Integromat. It is the preferred platform for Microsoft integrations.
This plugin requires a Power Automate premium license to be of any use. You can sign up for a free trial at https://make.powerautomate.com/
Reenhanced is a Microsoft partner founded in 2005, dedicated to being the world’s best resource for connecting WordPress to Microsoft products.
Our products serve over 250,000 users around the world.
This plugin is open-source, can be internally audited by your team, and is fully supported by Reenhanced. This plugin has no dependencies on third-party services outside of Power Automate and will operate for years to come. You can deploy this for internal use and not worry about updates if you properly secure access.
Use the provided actions with this plugin to:
- Interface with WordPress users
- Interface with posts, including custom post types
- Interface with attachments, including uploading to the media library
- Interface with comments
- Interface with taxonomies
- Interface with terms
- Support for Advanced Custom Fields (ACF) and Secure Custom Fields
WP Connectr Pro: Power Platform Solution Import/Export
Take your WordPress integration to the next level with WP Connectr Pro! Available at https://reenhanced.com/product/wp-connectr-pro/, the Pro version allows you to transform your Power Platform solutions into WordPress custom post types and export your WordPress structures back to Power Platform.
WP Connectr Pro features include:
– Import solution files (.zip) to automatically create custom post types and ACF field groups
– Export WordPress post types and fields as Power Platform solutions
– Advanced Custom Field groups with proper field type mapping
– REST API enabled structures for seamless Power Automate integration
– Full compatibility with both ACF and Secure Custom Fields
– Bidirectional synchronization between WordPress and Power Platform
FAQ
-
How do I import a Power Automate solution?
-
Solution import and export features are available in WP Connectr Pro. You can purchase and download WP Connectr Pro at https://reenhanced.com/product/wp-connectr-pro/. Once installed, navigate to Power Automate > Solutions in your WordPress admin to import solution files (.zip) and automatically create custom post types and ACF field groups based on your solution structure.
-
Can I edit imported fields in ACF?
-
Yes! This feature is available in WP Connectr Pro (https://reenhanced.com/product/wp-connectr-pro/). All imported field groups appear in Custom Fields > Field Groups and can be edited using the standard ACF interface.
-
Can I use triggers?
-
Triggers are supported through WP Connectr Pro, which extends this plugin with advanced features. You can get WP Connectr Pro at https://reenhanced.com/product/wp-connectr-pro/ for enhanced trigger capabilities and solution import/export functionality.
-
How do I get WP Connectr Pro?
-
WP Connectr Pro is available for purchase at https://reenhanced.com/product/wp-connectr-pro/. It includes advanced features like Power Platform solution import/export, enhanced triggers, and bidirectional synchronization between WordPress and Power Platform. The Pro version works as an extension to this free plugin.
-
Why can’t I see my custom post types?
-
Custom post types must be configured to be shown in the rest api in order to be used with this plugin. You can do this by adding the following to your custom post type registration:
php
'show_in_rest' => true,There may also be a setting in your custom post type registration admin page to enable this. Either one will work, but until you do this, these custom post types will not be available in the plugin.
-
How can I get support?
-
For support please email support@reenhanced.com
Reseñas
Colaboradores y desarrolladores
«WP Connectr: Power Automate integration» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«WP Connectr: Power Automate integration» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «WP Connectr: Power Automate integration» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
2025-10-06 – version 2.3.0
* Enhanced ACF field retrieval with alternative request schema support for improved compatibility
2025-09-19 – version 2.2.0
* Added meta query support for users and posts – filter by custom fields using meta_key, meta_value, meta_compare, and complex meta_query parameters
* Enhanced REST API with advanced filtering capabilities for Power Automate workflows
2025-09-17 – version 2.1.1
* Added support for users with specific roles as resources in WP Connectr Pro – enables importing Dataverse users with role-based access
2025-09-16 – version 2.1.0
* SECURITY: Added authentication requirements for all API endpoints – users must have wp_connectr_manage, wp_connectr_use_actions, or administrator capabilities
2025-09-12 – version 2.0.3
* Improved term creation to act as lightweight upsert – returns existing term instead of error when term already exists
2025-09-08 – version 2.0.2
* Enhanced enum value normalization with optional null support for better Power Automate compatibility
2025-08-19 – version 2.0.1
* Resolves an issue with the plugin publishing process that caused issues with the plugin installation from the plugin directory.
2025-06-26 – version 2.0.0
* Support for solution import/export through the new WP Connectr Pro plugin
2025-04-22 – version 1.4.0
* Adds password generation and email notification for new user creation
2025-03-27 – version 1.3.2
* Additional updates to support the upcoming WP Connectr Pro. Make sure you have the latest version if you are using the pro version.
2025-03-06 – version 1.3.1
* Just a small fix for upcoming pro version support. Adds ability to use any action hook as trigger.
2025-02-28 – version 1.3.0
* Added dynamic schema support for trigger topics
* Added dynamic fetch endpoint for upcoming new action in connector (GetItemV2)
2025-02-24 – version 1.2.0
* User responses now contain much more data
2025-02-17 – version 1.1.1
* Resolves some incorrect naming in the plugin.
For other changes, see changelog.txt