A curated collection of automation workflows built in n8n, covering Telegram bots, ecommerce tools, data processing, CRM integration, and more. This repository is designed as a portfolio of production-ready automations, each stored in its own folder with a dedicated README and workflow JSON file.
This repo serves as a portfolio and a working set of automations. The focus is on: Practical real-world workflows Clean and professional structure Easy onboarding for collaborators Reusable n8n logic and templates
Each workflow contains:
Its own README.md (detailed description)
One or more .json n8n workflow files
Optional /assets folder for screenshots or diagrams
A full-featured Telegram shopping assistant for a clothing brand. Includes menu navigation, LLM-based order parsing, Airtable product catalog, session tracking and manager notifications.
Telegram bot workflow designed for handling structured requests, forwarding messages to managers, and processing customer intents.
- Open n8n (self-hosted or cloud).
- Go to Workflows → Import → From File.
- Select the .json file inside any workflow folder.
- Configure credentials (Telegram, Airtable, OpenAI, etc.).
- Activate the workflow.