GitHub Workflow Collection Begin!

n8n Automation Workflows :rocket:

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.

:open_file_folder: 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+)

:sparkles: Key Features across all workflows

  • :test_tube: 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.
  • :brain: AI-Powered:
    Utilizes LLMs (Gemini / OpenAI) not just for text generation, but for logical decision-making (e.g., urgency filtering, sentiment analysis).
  • :artist_palette: Standardized Layout:
    Cleanly organized with sticky notes (Yellow for context, Grey for grouping) following n8n best practices.

:rocket: How to Use

  1. Clone or Download:
    Clone this repository or download the specific workflow.json file you need.
  2. Import to n8n:
    • Go to your n8n dashboard.
    • Click “Add workflow” > “Import from…” > “Local File”.
  3. Setup Credentials:
    • Check the README.md inside each folder for required credentials.
    • Configure the nodes (look for the red ! icons).
  4. Run Test:
    • Toggle the Test Mode switch (if available in the Config node) or simply click “Execute Workflow” to run with mock data.

:bust_in_silhouette: 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.