n8n is a free workflow tool. You draw a flowchart — “when THIS happens, do THAT” — and it runs forever. It’s the closest thing to hiring a tireless clerk for zero ringgit. Here are the jobs in a small online store it does well.
Order notifications that actually reach you
New order → instant message to your phone (Telegram, WhatsApp, email) with the items, amount, and buyer note. Sounds trivial. It changes your response time from “whenever I check the dashboard” to “within a minute,” and buyers feel that.
Low-stock alerts
A daily check over your inventory: anything under a threshold gets flagged before it becomes an oversell and a refund apology. Overselling is the most preventable bad review there is.
Review requests, timed right
A few days after delivery, an automatic follow-up asking for a review. The timing is the trick — too early and the parcel hasn’t arrived, too late and the excitement is gone. A workflow never forgets to send it.
Support triage
Incoming messages get sorted before you read them: order questions, delivery complaints, refund requests, everything else. You still answer — you just stop re-reading everything twice to figure out what’s urgent. AI can draft a suggested reply for you to approve.
The daily numbers, delivered
One message every morning: yesterday’s orders, revenue, top product, anything unusual. Thirty seconds of reading replaces logging into three dashboards.
What NOT to automate
Anything that sends money, deletes data, or replies to a customer without you seeing it first. Automation should prepare decisions, not make the irreversible ones. Every workflow I build that touches customers has a human-approval step in the middle.
Where to start
Pick the single task you repeat most often this week. Build just that one workflow. One working automation you trust beats ten ambitious ones you abandoned — and once the first one runs for a month without drama, you’ll know exactly what to automate next.