Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
AI Powered Inbound Video Agent: Auto Respond to Leads with Personalized Videos Description: This workflow automates the first touch response for inbound leads by creating and delivering a hyper ...
n8n-nodes-base.formtrigger, n8n-nodes-base.wait, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Drew Fabrikant.
Original n8n.io source🎥 AI-Powered Inbound Video Agent: Auto-Respond to Leads with Personalized Videos Description: This workflow automates the first-touch response for inbound leads by creating and delivering a hyper-personalized video and follow-up email, all in seconds, using a powerful stack: n8n, Scout, HeyGen API, and OpenAI.
How It Works (The Lead Journey):
📥 Form Trigger: Captures initial user inputs (name, email, address).
🔎 Data Enrichment (Scout): Instantly looks up lead details like property type, homeownership status, and household income.
✍️ Script Agent (GPT-5/LangChain): An AI agent writes a professional, 15-second outreach script, tailoring the message with three discussion paths based on the enriched Scout data.
🎬 Video Generation (HeyGen): Triggers an avatar video using the custom script.
đź“§ Delivery Logic: Waits for the video to complete, retrieves the final URL/thumbnail, and passes it to the next step.
đź”— Email Writer (GPT-4): Generates an HTML outreach email, embedding the video thumbnail and including a direct booking link (Calendly).
🚀 Send Email (Gmail Node): Sends the complete, personalized message to the inbound lead automatically.
Key Integrations:
Scout: Lead Data Enrichment
HeyGen: AI Avatar Video Generation
OpenAI (GPT-4/LangChain): Scriptwriting and Email Copy
Gmail: Automated Email Delivery
Setup Note: Ensure you have configured n8n credentials for HeyGen (httpHeaderAuth), Scout (HTTP Request header), OpenAI, and Gmail (OAuth2).
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 | Personalized lead response with AI videos using Scout, GPT-4, and HeyGen |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | Drew Fabrikant |
| Published | 21 Oct 2025 |
Use the JSON export at /data/workflows/9967/9967.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.
AI Powered Inbound Video Agent: Auto Respond to Leads with Personalized Videos Description: This workflow automates the first touch response for inbound leads by creating and delivering a hyper ...
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.