Skip to content

Eliasjakob/n8n-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n Workflows

A curated collection of production-ready n8n automation workflows I've built — covering AI pipelines, multi-channel integrations, and human-in-the-loop approvals.

JSON Lint License: MIT n8n


Workflows in this repo

Workflow What it does Tech Link
service-quote-generator Auto-generate customer quotes with GPT-4.1-mini classification, Telegram approval, and Gmail delivery OpenAI · Telegram · Gmail · PDFMonkey · Tally ↗ folder

More workflows landing soon — see open issues for what's next.

How to use one

Every workflow has its own folder under workflows/<name>/ with:

  • workflow.json — the n8n export you can import directly
  • README.md — use case, tech stack, setup steps, cost estimate
  • architecture.md — flow diagram (mermaid) + node-by-node walkthrough
  • screenshots/ — n8n editor screenshots

Generic import guide: docs/how-to-import.md.

Why this collection?

These workflows are real, working production templates — not toy examples. Each one:

  • Solves a concrete business problem (lead capture → quote generation → approval → delivery, in the case of service-quote-generator)
  • Uses AI where it earns its keep — classification, summarization, generation — not as a gimmick
  • Has a human-in-the-loop step where a critical decision should not be fully automated
  • Is documented end-to-end so you can read the architecture before importing the JSON

The goal: showcase agentic automation patterns that scale beyond simple "trigger → email" workflows.

Contributing

Have an idea for a workflow? Open a workflow request.

Want to contribute one? See PULL_REQUEST_TEMPLATE.md for the checklist.

Compliance

These workflows process real user data when deployed. Read docs/compliance-notice.md before going live.

License

MIT — © 2026 Elias Mahesh Jakob.

About

Production-ready n8n automation workflows — quote generators, AI pipelines, and integration patterns.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors