Four demonstration workflows · No-code automation
These four short videos demonstrate practical automation workflows built in n8n — a no-code/low-code automation platform. Each workflow solves a real business problem: routing form data, triggering confirmations, maintaining audit trails, and connecting users to AI. These are the building blocks of the larger automation pipelines I design for client engagements.
Playlist — all four workflows
What each workflow demonstrates
Workflow 01
Lead notification via Google Forms & Gmail
A form submission triggers an automated Gmail notification to the right person — instantly, without manual monitoring. Demonstrates webhook triggers, conditional routing, and Gmail API integration.
Watch workflow →Workflow 02
Email confirmation with audit trail
Sends a confirmation email to the submitter and writes a timestamped record to a log — creating a lightweight audit trail with no database required. Demonstrates multi-step pipelines and data persistence.
Watch workflow →Workflow 03
Form submission to confirmation
An end-to-end intake workflow — form submission (via a platform such as JotForm) triggers automated confirmation messaging back to the user. Demonstrates third-party form integration and response automation.
Watch workflow →Workflow 04
AI-powered Q&A for website embedding
A user submits a question; the workflow routes it to an AI model and returns the answer — designed to be embedded in a website or platform as a lightweight AI assistant. Demonstrates Claude/OpenAI API chaining within an n8n pipeline.
Watch workflow →Tools & skills demonstrated