Title: WP Connectr: Power Automate integration
Author: Nick Hance
Published: <strong>22 de octubre, 2024</strong>
Last modified: 3 de diciembre, 2025

---

Search plugins

![](https://ps.w.org/wp-connectr/assets/icon.svg?rev=3173911)

# WP Connectr: Power Automate integration

 By [Nick Hance](https://profiles.wordpress.org/reenhanced/)

[Download](https://downloads.wordpress.org/plugin/wp-connectr.2.3.1.zip)

 * [Details](https://pe.wordpress.org/plugins/wp-connectr/#description)
 * [Reviews](https://pe.wordpress.org/plugins/wp-connectr/#reviews)
 * [Development](https://pe.wordpress.org/plugins/wp-connectr/#developers)

 [Support](https://wordpress.org/support/plugin/wp-connectr/)

## Description

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](https://pe.wordpress.org/plugins/wp-connectr/support@reenhanced.com?output_format=md)

## Reviews

![](https://secure.gravatar.com/avatar/9b70abdb7a1aab91636b2ce6428c80992e59fd5394a326467906fca93dd36eb1?
s=60&d=retro&r=g)

### 󠀁[o365 integration via Power Automate made easy](https://wordpress.org/support/topic/o365-integration-via-power-automate-made-easy/)󠁿

 [ssmolen](https://profiles.wordpress.org/ssmolen/) 8 de marzo, 2025

This plugin made it very easy to integrate with and maintain our WordPress content
programmatically from Power Automate very easy, which is exactly what I needed.

 [ Read all 1 review ](https://wordpress.org/support/plugin/wp-connectr/reviews/)

## Contributors & Developers

“WP Connectr: Power Automate integration” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ Nick Hance ](https://profiles.wordpress.org/reenhanced/)
 *   [ nhance ](https://profiles.wordpress.org/nhance/)

“WP Connectr: Power Automate integration” has been translated into 1 locale. Thank
you to [the translators](https://translate.wordpress.org/projects/wp-plugins/wp-connectr/contributors)
for their contributions.

[Translate “WP Connectr: Power Automate integration” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-connectr)

### Interested in development?

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

## Changelog

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

## Meta

 *  Version **2.3.1**
 *  Last updated **4 meses ago**
 *  Active installations **100+**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.2.0 or higher **
 *  Languages
 * [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/wp-connectr/) y [English (US)](https://wordpress.org/plugins/wp-connectr/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/wp-connectr)
 * Tags
 * [Dataverse](https://pe.wordpress.org/plugins/tags/dataverse/)[logic apps](https://pe.wordpress.org/plugins/tags/logic-apps/)
   [microsoft](https://pe.wordpress.org/plugins/tags/microsoft/)[power automate](https://pe.wordpress.org/plugins/tags/power-automate/)
 *  [Advanced View](https://pe.wordpress.org/plugins/wp-connectr/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wp-connectr/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-connectr/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-connectr/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-connectr/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-connectr/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/wp-connectr/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-connectr/reviews/)

## Contributors

 *   [ Nick Hance ](https://profiles.wordpress.org/reenhanced/)
 *   [ nhance ](https://profiles.wordpress.org/nhance/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-connectr/)