Status: Ready for Use ✅
Note: This template is built entirely with official n8n nodes—no community‑node installation required.
This template demonstrates two beginner‑friendly AI‑agent patterns that cover the most common use cases:
Agent | Purpose | Flow Highlights |
---|---|---|
Lead‑Qualifier Task Automator | Classifies phone‑call transcripts to decide if the caller is a good bulk‑order lead. | Manual Trigger → Code (sample data) → AI Agent (GPT‑4o‑mini) → Structured Output Parser → Set (clean fields) |
Ecommerce Chatbot | Answers customer questions about products, bulk pricing, shipping, and returns. | Chat Trigger (webhook) → AI Agent (GPT‑4o‑mini) with Memory → If node → Order‑placed reply or no‑op |
Both agents run on GPT‑4o‑mini and use n8n’s LangChain‑powered nodes for quick, low‑code configuration.
Import the Workflow
Add Your OpenAI API Key
(Optional) Select a Different Model
Test the Lead‑Qualifier Agent
{
"Name": "Jordan Lee",
"Is Good Lead": "Yes",
"Reasoning": "Customer requests 300 custom mugs, indicating a bulk order."
}
Test the Ecommerce Chatbot
{ "message": "Hi, do you offer discounts if I buy 120 notebooks?" }
*****
; the If node then sends “Your order has been placed”.I’m Robert Breen, founder of Ynteractive — a consulting firm that helps businesses automate operations using n8n, AI agents, and custom workflows. I’ve helped clients build everything from intelligent chatbots to complex sales automations, and I’m always excited to collaborate or support new projects.
If you found this workflow helpful or want to talk through an idea, I’d love to hear from you.
🌐 Website: https://www.ynteractive.com
📺 YouTube: @ynteractivetraining
💼 LinkedIn: https://www.linkedin.com/in/robert-breen
📬 Email: [email protected]