Meow Workflow adds a visual node-graph editor to WordPress. Pick a trigger — a WordPress event, a schedule, a webhook, or a manual “Test once” — then drag steps onto a canvas, connect them, and watch the flow run.
Unlike Zapier, Make or n8n, there is no connector catalog to wait for. Meow Workflow runs inside WordPress, so it already reaches your posts, users, comments and plugins. Need something we don’t ship? Describe it to Code Engine‘s AI and it writes the function — instantly a step you can wire in. No catalog, no waiting.
Don’t want to draw it yourself? Describe what should happen in plain English — “when an order comes in, email me a summary” — and (with AI Engine installed) it assembles the workflow from your installed steps.
Editing a workflow never disturbs the live one: your changes are auto-saved to a draft, and the running version keeps using the last published copy until you hit Publish. Test once always runs the draft, against real data from your site, so you can experiment on a live automation without risk.
Add your own actions and triggers by hooking the mwflow_register_integration filter — no changes to Meow Workflow required. The bundled integrations under classes/integrations/ are the reference implementations. Nothing phones home: AI steps call your locally installed AI Engine, and the HTTP action only reaches public URLs you configure.