n8n Automation Workflows 
A curated collection of practical, production-ready n8n workflows for business automation, marketing, and personal productivity.
Unlike standard templates, every workflow in this repository includes a Built-in Test Mode (Mock Data). This allows you to verify the logic and behavior instantly without needing to wait for real-world triggers or set up complex external data sources immediately.
Workflow Collection
| Workflow Name | Description | Tech Stack (Nodes) |
|---|---|---|
| 04. Marketing Anomaly Detector | KPI Watchdog. Cross-references GA4 traffic with Shopify sales to detect “High Traffic / Low CVR” anomalies. | GA4, Shopify, Slack |
| 05. Global Cart Recovery | Multi-language CRO. Detects abandoned carts, identifies the user’s country, and sends AI-localized recovery emails. | Shopify, Gemini, GA4, Gmail |
| 06. Elderly Care Monitor | Health & Safety. Monitors LINE activity and sentiment to detect distress signals from elderly family members. | LINE, Gemini, Google Sheets |
| 07. AI Nightly Butler | Voice Journal. Sorts voice notes into Diary, Tasks, and Health logs using AI, then sends a nightly summary. | Webhook, Gemini, Sheets, Gmail |
(More workflows are currently under development. Target: 20+)
Key Features across all workflows
Built-in Test Mode:
Each workflow comes with a “Manual Trigger” and “Mock Data” nodes. You can run and visualize the full logic flow immediately after importing.
AI-Powered:
Utilizes LLMs (Gemini / OpenAI) not just for text generation, but for logical decision-making (e.g., urgency filtering, sentiment analysis).
Standardized Layout:
Cleanly organized with sticky notes (Yellow for context, Grey for grouping) following n8n best practices.
How to Use
- Clone or Download:
Clone this repository or download the specificworkflow.jsonfile you need. - Import to n8n:
- Go to your n8n dashboard.
- Click “Add workflow” > “Import from…” > “Local File”.
- Setup Credentials:
- Check the
README.mdinside each folder for required credentials. - Configure the nodes (look for the red
!icons).
- Check the
- Run Test:
- Toggle the Test Mode switch (if available in the Config node) or simply click “Execute Workflow” to run with mock data.
Author
- Focusing on AI automation and practical business workflows.
- Open for collaboration and feedback.
Disclaimer: These workflows are provided as-is. Please review and test them in your environment before deploying to production.