Proof

What I've built

Real projects, presented without dressing up what they actually do.

01 · Automatic email sorting

MVP

ProblemOn a professional mailbox, a large share of incoming messages are repetitive or low-value to handle manually: routine information requests, follow-ups, various notifications. Manually sorting and drafting each reply wastes time every day.

ApproachAn n8n workflow that analyzes each incoming email, automatically classifies it by category and priority, and drafts a context-appropriate reply using AI — final review and sending always stay in the user's hands. Every message is logged (Google Sheets), with an automatic weekly digest.

BenefitSignificantly cuts the time spent sorting and drafting routine replies, while keeping full human control before anything is sent. Tested and validated under real conditions.

n8nemailAI

02 · Automated invoice follow-up

MVP

ProblemChasing unpaid invoices is essential but often neglected for lack of time: missed follow-ups, reminders sent too late or too irregularly, which lengthens payment delays and strains cash flow.

ApproachAn n8n workflow that tracks invoice status and triggers progressive reminders (polite notice, firm reminder, formal notice) based on how overdue they are, with no manual work. Each reminder is personalized and logged. Demonstrated on a Google Sheet, adaptable to an existing invoicing tool (Pennylane, Facture.net, Henrri...) via its API.

BenefitEnsures no overdue invoice is ever forgotten, with a consistent, professional reminder cadence, without spending manual time on it.

n8ninvoicing

03 · Quote generation

MVP

ProblemResponding to a quote request takes time: reading the request, understanding the client's needs, looking up the right rates, formatting the document, then sending it. On repetitive requests, this time adds up fast and delays the response to the prospect.

ApproachAn n8n workflow that analyzes each incoming quote request email, automatically extracts the client's needs using AI, and drafts a structured quote from a predefined price grid — final review and sending always stay under human control.

BenefitReduces response time on quote requests and ensures consistent formatting and pricing, while freeing up time on a repetitive task.

n8nAI

04 · User management

MVP

ProblemCreating user accounts from a list (hiring, department changes) remains a manual, repeated task in the company directory, with a risk of error or oversight at every entry.

ApproachAn n8n workflow that detects a new row added to a Google Sheet, generates the required attributes (name, department, username), then creates the account via a secure connection to the directory (LDAPS). The outcome of each creation is written back to the tracking sheet, with a notification on failure.

BenefitAs shown in the tracking sheet, the workflow creates accounts and logs both successes and failures, with no manual work on the directory.

n8nLDAP/AD
Describe my need