WunderAutomation is a WordPress app, with a 4.0 average rating from 8 reviews, as of Jul 15, 2026.
WunderAutomation is a WordPress Plugin Directory app by wundermatics. With a rating of 4.0★ from 8 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
WunderAutomation is a well-rated WordPress app with a limited review volume. It is listed in the Zapier category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 8 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by wundermatics — established developer track record
Cons
- −Limited review base (8) — ratings can shift significantly with new feedback
Looking to switch from WunderAutomation?
See WunderAutomation's alternatives ranked by audit score, rating, and review velocity.
How WunderAutomation works
Show full descriptionShow less
WunderAutomation brings automation features similar to IFTTT or Zapier to your WordPress site so that you can create simple and powerful automations without writing code. This enables anyone (not just coders) to customize WordPress to suit your needs. Human Friendly.
Overview Among many other things, our users use WunderAutomation to:
Send reminders to users who created an account but never logged in
Send follow up emails to users who buy specific products and ask for a review or suggest similar products
Send emails to users 30 days after the last purchase of a specific product to remind them to restock
Send notifications to internal email groups, SMS or Slack channels when orders are paid, cancelled or fail
Send out a personalized WooCommerce coupon to users once they have placed a certain number of orders or have spent a certain amount on the site
In short, WunderAutomation lets users create workflows that automate common WordPress tasks. A workflow consists of a trigger, and one or many steps. A trigger is what kicks of the workflow can be almost anything, for example a new WooCommerce order, a user login or an incoming webhook. Each step is either a filter that determines the workflow should continue or an action that does some work.
You can filter a workflow based on almost anything like WooCommerce order total, the customers email address. Or the WordPress user login count, or a parameter in an incoming webhook. Multiple filters can be combined using logical AND/OR expressions. When all the filters pass, the actions are carried out, you can update WordPress posts or WooCommerce orders, add custom fields, create new users or posts, add or remove taxonomy terms (tags), send emails or run a REST request to an external service.
There are endless ways to combine triggers, filters and actions so you can add almost any custom functionality to your WordPress site.
WooCommerce WunderAutomation supports WooCommerce out of the box so it can trigger on WooCommerce events such as receiving a new order and perform actions like adding an order note or changing the order status.
From version 1.9.0 we also support the popular WooCommerce PDF Invoices & Packing Slips plugin so that you can use invoice numbers, date and notes into a workflow.
Advanced Custom Fields WunderAutomation also supports Advanced Custom Fields (free and Pro versions) out of the box. ACF fields are accessible both in filters and action parameters so that you can take full advantage of the customizations you’ve made using ACF. A popular use case is to combine ACF and WunderAutomation to create customized delivery notifications.
Bulk handling You can also handle objects (users, posts, orders and comments) in bulk using WunderAutomation, we call this Re-Triggers. A re-trigger runs periodically, ie every morning at 8AM and finds all objects that fit a certain criteria. For instance all posts with post type = “post” that was created in the past 30 days.
These objects are then sent to a workflow that where you can handle them individually, for instance to disable comments if the post is older than X days and belongs to a certain category.
Webhooks WunderAutomation can handle both incoming webhooks for triggering a workflow and sending out webhooks to external services. Incoming webhooks can be authenticated using Basic Auth, HTTP header tokens or HMAC signed payload (that Github uses). Webhooks makes it easy to use WunderAutomation in combination with Zapier, you can both start a zap using a WunderAutomation workflow and you can use Zapier to start a workflow.
Related objects As of version 1.7 WunderAutomation supports adding related objects to a Workflow using the new “Add object” action. This enables more even advanced workflows where you can access all properties on objects that are related to the page/post/order that triggered the workflow. This is useful in situations where you are setting up relationships between custom post types, ie “city” and “country”. Using “Add object” you can use the parent “country” object in filters and parameters when a “city” post have been updated.
WunderAutomation Pro Out of the box, WunderAutomation has great support for WordPress core, WooCommerce and Advanced Custom Fields. With WunderAutomation Pro you also get access to a number of additional integrations with popular plugins and services.
See https://www.wundermatics.com/wunderautomation-pro/ for more information.
MailChimp
MailPoet
BuddyPress
Slack
Telegram
Twilio (SMS gateway)
WPForms and WPForms lite
Contact Form 7
WunderAutomation Pro also comes with more advanced Re-trigger scheduling and some additional WooCommerce parameters and filters.
Built in functionality Also see: built in triggers
Triggers
Triggers are used to start a workflow
Webhook; Starts a workflow in response to an inbound webhook (i.e from Zapier).
User; Created, Login, Profile updated, Role changed.
Post: Created, Pending, Published, Privatized (published as private), Saved, Status changed and trashed.
Order (WooCommerce): Created, OnHold, Paid, Processing, Completed, Pending, Refunded, Saved, Cancelled
Comment: Submitted, Approved, Status changed, WooCommerce order note submitted
Filters:
Also see: built in filters
Filters can be used to filter out triggered events so that only certain events actually leads to an action being performed.
User: Email, Role
Post: Title, Content, Tags, Categories, Owner, Status, Type
Order: Billing city, Billing country, Billing state, Downloadable products, Virtual products, Payment method, Producs, Product categories, Producs tags, Shipping city, Shipping country, Shipping state, Order total
Customer: Previous Order count, Previous order total
Comment: Author email, Author name, Content, Status, Type
Actions
Also see: built in actions
Actions are things a workflow can do / change / update as a result of a trigger
Add / update custom field
Change user role
Create post
Create user
Change post / comment status
Add / remove taxonomy term (tag or comment)
Write a line to a log file
Send plain text, HTML or WooCommerece email
Run a http request to a remote REST API
Run a webhook call (i.e to Zapier)
Add WooCommerce order note
Parameters
Also see: built in parameters
Parameters are used to customize an action with content from the object (post, order, user) that triggered it.
User: Id, First name, Last name, Email, Nickname, Role, Last login date
Post: Id, Title, Content, Slug, Admin url, public url, date, modified date, Comment count, custom fields
Order: Id, Status, SubTotal, Total excl. tax, Total tax, Stripe fee, Paypal fee, Payment method, Customer email, Shipping and billing address fields, order key
General: Siteurl, date, blogname, remote IP
WunderAutomation also supports both incoming and outgoing Webhooks which is ideal for integrating your workflows with Zapier. This gives you access to thousands of integrations via their service.
Logging WunderAutomation logs everything it does and in the interest of being human friendly, it also comes with a searchable log viewer. This makes it easy to keep track of what triggers that has fired, if the filters passed OK or not and if the actions was carried out or not.
Category rankings
As of Jul 15, 2026- Automate#0of 5Top 1%
- Ifttt#0of 2Top 1%
- Nocode#0of 1Top 1%
- Zapier#0of 14Top 1%
- Automation#49of 516Top 10%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
WunderAutomation doesn't have curated competitor matchups yet. Other tracked zapier apps on WordPress:
Where WunderAutomation stands in the Zapier category
WunderAutomation ranks #0 of 14 apps in the Zapier category, placing it in the top 1% of the listing.
Frequently asked questions
What is WunderAutomation?
WunderAutomation is an app for WordPress. It currently holds a 4.0-star rating from 8 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Zapier category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by wundermatics.
Who uses WunderAutomation?
Currently around 200 active stores have installed WunderAutomation. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Zapier category on WordPress.