preloader

AutomatorWP plugin review and common issues

AutomatorWP is used for connecting plugins, forms, stores, and external apps without hand-building every workflow. In most cases, it fits business sites better than building the same workflow from scratch too early. A common issue is that triggers fail or actions run twice when webhooks, user roles, or event timing are misconfigured. This usually happens when settings overlap with themes, optimization tools, or other plugins already on the site. It can save time, but it still needs testing on a staging site before major changes go live. From experience, AutomatorWP works best when the setup stays focused and the main settings are documented. It is useful in production, but it still needs updates, reviews, and periodic cleanup.

AutomatorWP plugin review and common issues

What is AutomatorWP plugin?

AutomatorWP is a free, open-source WordPress automation plugin that enables no-code workflows (automations) between WordPress plugins. Unlike Uncanny Automator and SureTriggers, AutomatorWP is built on a completely open-source model — the core plugin is free with no usage limits, and individual integration add-ons (covering specific plugins) are sold separately or in bundles rather than as a monolithic subscription. This à la carte model allows paying only for the specific integrations needed.

AutomatorWP supports 200+ WordPress plugin triggers and actions across its add-on library. The free core includes basic WordPress triggers (user registration, login, page visits, form submissions via free add-ons) and a visual automation builder. Plugin integration add-ons extend support to WooCommerce, LearnDash, MemberPress, GravityForms, WPForms, bbPress, BuddyPress, and many others. Each add-on is priced individually, allowing precise cost control.

AutomatorWP is best suited for developers and technically confident site owners who prefer open-source tools and predictable pricing based on specific integrations needed. For non-developers or teams preferring a simpler all-inclusive subscription, Uncanny Automator or SureTriggers provide a more managed experience. AutomatorWP’s open-source nature also allows custom integration development by creating add-on plugins that hook into its trigger and action API.

Need Help With AutomatorWP Setup, Troubleshooting, or Customization?

Need help with AutomatorWP? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.

Get AutomatorWP Expert Help

Key Features

  • Free, open-source core automation engine
  • 200+ WordPress plugin integrations via individual add-ons
  • Trigger → action workflow structure with conditions
  • User-specific and anonymous (any user) automations
  • Automations run unlimited times (no task caps)

Pros & Cons

Pros

  • Free core with no usage limits — cost-effective for high-volume automation
  • Open-source allows custom integration development for unique requirements
  • À la carte add-on pricing means paying only for specific integrations needed

Cons

  • Integration costs can add up — purchasing many add-ons may exceed competitor subscription pricing
  • External app connections (Slack, Google Sheets) less native than Uncanny Automator or SureTriggers

Free vs Premium

Core plugin: free, unlimited. Add-ons: individual purchases ($15-30/add-on typical) or bundle packages. Check automatorwp.com for add-on pricing.

Common Problems & Fixes

An AutomatorWP automation is not running — the trigger occurs but no actions execute. How do I check the logs?

Go to AutomatorWP → Logs. Each automation run attempt is logged with status and any error messages. If the trigger is not listed in logs at all: the trigger may not be firing (check the trigger condition is met — user must be logged in if it is a user-specific trigger). If the trigger fires but actions fail: check the action configuration for missing required fields. Enable WordPress debug logging (WP_DEBUG) to capture any PHP errors during action execution that might not appear in the AutomatorWP log.

AutomatorWP WooCommerce add-on actions are not executing for specific order statuses. How do I configure order status triggers?

The WooCommerce add-on for AutomatorWP includes specific triggers for order status changes. In the automation trigger settings: select “WooCommerce: User completes a purchase” for order completion, or “WooCommerce: An order status changes” for any status transition with a specific status filter. Verify the trigger matches the actual WooCommerce order status — custom order statuses (e.g., added by WooCommerce Order Status Manager) may need their own trigger configuration or a different trigger condition.

AutomatorWP is not showing add-ons for plugins I need. How do I find and install the correct add-ons?

Go to automatorwp.com/add-ons/ for the full add-on library. Some add-ons are free (like WordPress and basic WooCommerce) and available on WordPress.org. Premium add-ons (LearnDash, MemberPress, GravityForms, etc.) are purchased individually or in bundles from automatorwp.com. After purchasing, download the add-on zip file and install via WordPress → Plugins → Add New → Upload Plugin. Ensure the core AutomatorWP plugin is installed before any add-ons.

Customization & Developer Notes

How do I create a custom AutomatorWP trigger for a custom event in my theme?

AutomatorWP is extensible via WordPress hooks. To register a custom trigger: (1) use the automatorwp_register_trigger hook to register your trigger with a unique ID and label; (2) hook into the WordPress action that fires for your custom event using add_action(); (3) inside the action callback, call do_action(“automatorwp_trigger_[your_trigger_id]”, $user_id, $trigger_args) to fire the AutomatorWP trigger; (4) AutomatorWP checks all active automations with that trigger and executes their actions. This approach allows integrating any custom plugin or theme event into AutomatorWP workflows.

How do I run an AutomatorWP automation for all existing users rather than waiting for future trigger events?

AutomatorWP’s “Anywhere” trigger and bulk run features allow applying automations to existing users. Create a test automation with the desired actions. Then go to AutomatorWP → Logs → Bulk Run (if available in your version) to manually trigger the automation for all users matching a condition. For very specific bulk runs not covered by built-in bulk features, use AutomatorWP’s WP-CLI integration or create a custom WordPress script that manually fires the AutomatorWP trigger action for each user in a loop.

Frequently Asked Questions

Is AutomatorWP or Uncanny Automator better for a WooCommerce site?

Uncanny Automator provides better out-of-the-box WooCommerce integration with more WooCommerce-specific triggers and a more polished interface. AutomatorWP requires purchasing the WooCommerce add-on separately but offers the core automation engine free. For a single site with WooCommerce, Uncanny Automator’s free tier may cover most needs, with Pro for complex flows. For agencies managing many sites needing WooCommerce automation, AutomatorWP’s add-on model may provide more predictable per-site cost control.

Does AutomatorWP support external app integrations like Slack or Google Sheets?

AutomatorWP’s core focus is WordPress plugin-to-plugin automation. External app integrations (Slack, Google Sheets, email marketing platforms) are available via specific add-ons or through webhook/Zapier triggers that connect AutomatorWP to external services. The ecosystem is less mature for external app connections compared to Uncanny Automator Pro or SureTriggers Pro, which provide more direct external app integrations.

Can AutomatorWP break after updates?

Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.

What should I check before installing AutomatorWP?

Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.

Need an AutomatorWP Developer?

Find a vetted WordPress developer specializing in AutomatorWP. From setup and configuration to custom AutomatorWP development — get expert help on WPWizzy.
Get a Free Estimate

Ready to hire your WordPress developer?

WPWizzy connects you with vetted freelance WordPress developers from the Codeable network — the top 2% of WordPress experts worldwide, , you can get a free no-obligation project estimate before hiring. Every developer is carefully screened, backed by Codeable’s satisfaction guarantee, and rated by real clients based on completed WordPress projects.

Pick one option and we’ll take you to the right next step.

After submitting your request, up to three WordPress developers may review your project and ask a few questions to better understand the issue.
This step helps us define the scope of work and provide an accurate estimate. Most projects receive a response within 24 hours.
Providing a few key details about your website or the problem will help us respond faster. There is no obligation to proceed with the project.