Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.3
This workflow is provided as-is. Please review and test before using in production.
How it works This workflow turns your website form into a fully automated AI Lead Qualification system. Whenever a new lead submits your form, the workflow: 1. Receives the submission through a ...
n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.airtable, n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shri Deshmukh.
Original n8n.io sourceThis workflow turns your website form into a fully automated AI Lead Qualification system.
Whenever a new lead submits your form, the workflow:
This gives you a hands-free, intelligent front-door to your business — ensuring you only spend time on high-value opportunities.
These steps help users configure the workflow quickly:
Create a Webhook trigger
– Copy the webhook URL and add it to your form tool (Tally, Typeform, Webflow, etc.).
Prepare your Airtable base
– Create a "Leads" table with fields for name, email, website, message, lead score, priority, use case, timeline, budget, and AI notes.
Add the AI Agent node
– Insert the provided System + User prompts
– Enable Structured Output
– Paste the JSON Schema included in the sticky note inside the workflow.
Connect Airtable
– Map the original form fields + AI Agent “output” fields to Airtable columns.
Set up the Gmail node
– Connect your Gmail account
– Configure the notification email and auto-reply templates.
Configure the IF node
– Score ≥ 7 routes to the “Hot Lead” branch
– Everything else is captured but not routed.
Run a test submission
– Verify that the workflow writes to Airtable
– Confirm the Gmail notification + auto-reply are delivered
– Adjust prompting if needed.
All detailed explanations and prompt configurations are included inside the workflow through sticky notes for easy reference.
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.
| Workflow | Qualify & auto-reply to leads with OpenAI, Airtable, and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Lead Generation, AI Summarization |
| Author | Shri Deshmukh |
| Published | 17 Nov 2025 |
Use the JSON export at /data/workflows/10928/10928.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.
How it works This workflow turns your website form into a fully automated AI Lead Qualification system. Whenever a new lead submits your form, the workflow: 1. Receives the submission through a ...
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 Generation, AI Summarization use case.