In this video, I introduce the concept of a smart chatbot built with Typebot and n8n. It can recognize the user’s intent to perform specific, structured actions. Additionally, the chatbot leverages multiple agents and shares a unified memory session to maintain a consistent conversation flow.
This video covers:
1. Overview of chatbot capabilities
2. Walkthrough of the Typebot chatflow
3. Presentation of the n8n workflow
4. Showcase of example executions
Project files:
1. Chatflow (Typebot): https://gist.github.com/workfloows/5e...
2. Workflow (n8n): https://gist.github.com/workfloows/f5...
To use Typebot chatflow:
1. Go to source file of the chat flow on GitHub (link above), save it e.g. as "chatflow.json"
2. Go to Typebot dashboard and click "Create a typebot"
3. Click "Import a file"
4. Select saved JSON file from step 1
Typebot website: https://typebot.io
My other tutorials:
1. Autonomous AI crawler: • Autonomous AI crawler
2. How to automate Gmail with n8n AI: • How to automate Gmail with n8n AI
3. Web scraping data with n8n and Puppeteer: • Web scraping data with n8n and Puppeteer
4. Build undetectable Amazon scraper with n8n, Puppeteer and Scraping Browser: • Build undetectable Amazon scraper with n8n...
5. How to automate Notion databases using n8n: • How to automate Notion databases using n8n
6. Getting started with native 🦜️🔗 LangChain nodes in n8n: • Getting started with native 🦜️🔗 LangChain ...
Subscribe my newsletter: https://workfloows.com/
Visit my n8n creator profile: https://n8n.io/creators/workfloows/
Let's connect on LinkedIn: / oskarkramarz
Visit my Gumroad profile: https://workfloows.gumroad.com/
Follow me on Twitter/X: / workfloows
Follow Workfloows on LinkedIn: / workfloows
Create your n8n cloud account here (affiliate): https://n8n.partnerlinks.io/workfloows
Screen recording software that I use (affiliate): https://www.screen.studio/@jmMwX
0:00 Intro
1:08 Demo
3:38 Part 1: Typebot chatflow
7:02 Part 2: Agents in n8n
12:37 Part 3: Example executions