AI-powered lead classification pipeline — Shopify storefront, n8n orchestration, and a real-time admin dashboard.

Project Type
AI Automation / Lead Management
Timeline
1 Week
My Role
n8n Automation Expert & Shopify Developer
Status
Delivered
The client was receiving contact form submissions with no way to distinguish hot leads from spam, general questions, or partnership opportunities. Every message landed in one inbox, forcing manual review and slowing response times to high-value prospects.

I built a Shopify "AI Lead Qualifier" contact form that POSTs to an n8n webhook. The n8n workflow uses a GPT classifier node to categorise each submission, then branches to Google Sheets logging and Gmail notifications — with a linked admin dashboard for reviewing all classified leads.
Clean dark-themed UI with name, email, subject, and message fields. Submits directly to the n8n webhook URL for instant processing.
n8n AI node analyses each message and classifies it as a lead, opportunity, question, or spam — with an AI-generated summary for quick review.
Every submission is appended to a structured Google Sheet with columns for Timestamp, Name, Email, Subject, Message, Category, and AI Summary.
Automated email alerts fire on classification — routing high-priority leads to the right inbox immediately without manual checking.
Linked dashboard view for reviewing all classified leads, filtering by category, and tracking inbound volume over time.
Shopify sends JSON payloads to the n8n webhook trigger — decoupling the storefront from the automation logic for easy scaling and maintenance.