A curated collection of production-ready n8n automation workflows I've built — covering AI pipelines, multi-channel integrations, and human-in-the-loop approvals.
| 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.
Every workflow has its own folder under workflows/<name>/ with:
workflow.json— the n8n export you can import directlyREADME.md— use case, tech stack, setup steps, cost estimatearchitecture.md— flow diagram (mermaid) + node-by-node walkthroughscreenshots/— n8n editor screenshots
Generic import guide: docs/how-to-import.md.
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.
Have an idea for a workflow? Open a workflow request.
Want to contribute one? See PULL_REQUEST_TEMPLATE.md for the checklist.
These workflows process real user data when deployed. Read docs/compliance-notice.md before going live.
MIT — © 2026 Elias Mahesh Jakob.