WordPress automation: chain commands into macros.
You run the same commands in the same order every day. Tomorrow you'll forget step 4. Chain them into a macro. Build it once, it runs every time.
Watch a macro run itself.
A short walk-through showing how to chain commands into a macro, wire it to a trigger, and watch it execute end to end. No code.
Your workflow lives in your head.
You run the same five commands in the same order three times a week. You never write it down because it feels too simple. Then you skip a step, forget the order, or hand it off to someone who has no idea what to do.
A visual flow builder that thinks like you do.
Drag commands from the sidebar, connect them into a sequence, add branches with conditions. The canvas shows your entire automation at a glance. No code required.
30+ triggers. Your macros react to WordPress.
Post published? User registered? WooCommerce order placed? Pick the event, your macro handles the rest. No buttons to click.
- Posts & Pages - created, updated, deleted, status changed
- Users: registered, login, logout, profile, role, deleted
- Comments - posted, edited, status changed
- Media & Taxonomy - uploaded, deleted, terms
- WooCommerce - orders, stock, coupons (8 triggers)
- System - admin init, theme, plugins, menus
Drag a pill. Drop it in.
Trigger data and previous step results render as draggable pills. Drop them into any text field and they become visual chips with one-click remove. What looked like a plain input is actually a contenteditable with embedded tokens.
- Drag green pills from the trigger panel into any input field
- Blue chain pills for results from earlier steps (
{{step1.total}}) - Constrained params (post type, product, status) render as Select2 dropdowns
- For-each loops on template commands: one email or PDF per item
If this, then that. But smarter.
Every command returns a result. Was the backup successful? How many revisions were deleted? Inspect the result and decide what happens next. Multiple branches per step fan out independently, nested up to 10 levels deep.
- Multiple branches per step - all matching branches execute (fan-out, not first-match)
- AND / OR condition groups - groups AND'd, conditions within a group OR'd
- 7 operators:
eq,neq,gt,gte,lt,lte,contains - Nest branches up to 10 levels. Sibling branches run independently - one failure doesn't cascade.
Build once. Save forever.
Every manual workflow costs minutes and memory. A macro costs one setup and zero attention after that.
Never lose your work.
Your macros are portable. Export them, import them, share them. And if your browser crashes mid-build, your draft is already saved.
Import & Export
Move macros between WordPress sites in seconds. Export your entire library as a single JSON file, import it on any site.
- Bulk import with conflict handling
- Preserves triggers, parameters, and branches
- Share macros with your team or clients
Draft Auto-Save
Every change is saved to local storage automatically. Close your browser, come back tomorrow, your draft is waiting.
- 24-hour recovery window
- Resume or discard on next visit
- Conflict detection prevents overwrites
Questions? Answered.
Build it once. Never repeat yourself again.
Every manual workflow is time you're giving away. Build it once. Let macros handle the rest.