Block 1 - Chat Trigger
- Type / Role
- @n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
- Config choices
- Version 1.3
Turn your website chat into a lead generating machine. Visitors chat with an AI that answers questions from your knowledge base, captures their contact info, syncs everything to Google Sheets, and ...
@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.vectorstoresupabase, @n8n/n8n-nodes-langchain.embeddingsgooglegemini, @n8n/n8n-nodes-langchain.rerankercohere, n8n-nodes-base.httprequesttool, n8n-nodes-base.supabase, @n8n/n8n-nodes-langchain.chat, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dean Pike.
Original n8n.io sourceTurn your website chat into a lead-generating machine. Visitors chat with an AI that answers questions from your knowledge base, captures their contact info, syncs everything to Google Sheets, and automatically scores leads based on buying signals - all without manual intervention.
chat_users (session_id, name, email), documents (vector store), chat_memory (conversation history)[AI AGENT NAME], [COMPANY], and [YOUR SERVICES/PRODUCTS/SOLUTIONS] with your detailsEmbed the n8n chat widget on your website to start capturing leads. Monitor your Google Sheet to see leads populate with conversation summaries and scores. Use the lead_status column (Hot/Warm/Cold) to prioritize sales follow-up, or connect to your existing CRM via additional nodes.
Tip: Test the full flow with a few conversations first: provide name/email → ask questions → wait 30 minutes → verify the lead gets scored. The scoring timer resets with each new message, so leads are only scored after conversation inactivity.
via embedded n8n chat module.
via hosted n8n chat trigger.
Creates a new row, or updates the row if the user requests to change their email address in the same chat session.
Creates a new row for a new lead, or updates an existing row for an existing lead. Enters details about the chat, and scores the lead. Link to Google Sheets CRM sample file
Alerts the relevant channel with automated Slack messages any time a lead shares their name and email, plus any time they show possible buying intent.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Capture and score website leads with Gemini RAG, Supabase, Google Sheets and Slack alerts |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | Dean Pike |
| Published | 05 Nov 2025 |
Use the JSON export at /data/workflows/10534/10534.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Turn your website chat into a lead generating machine. Visitors chat with an AI that answers questions from your knowledge base, captures their contact info, syncs everything to Google Sheets, and ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, AI Chatbot use case.