Block 1 - New Lead Captured
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
How It Works: The Four Part Automated Lead Flow This system meticulously guides each lead through a fully automated journey, from initial contact to a personalized follow up and CRM integration. 1....
n8n-nodes-base.webhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.if, n8n-nodes-base.code, @elevenlabs/n8n-nodes-elevenlabs.elevenlabs, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Marth.
Original n8n.io sourceThis system meticulously guides each lead through a fully automated journey, from initial contact to a personalized follow-up and CRM integration.
This is the system's entry point, designed to automatically bring new leads into your pipeline and prepare their data for processing.
Here's where the intelligence and unique personalization of this system shine. Leads are automatically analyzed, and a custom audio message is prepared for those deemed highly promising.
This part ensures your leads are efficiently managed within your Customer Relationship Management (CRM) system and receive an immediate, impactful, and personalized initial follow-up.
The final and crucial part of the system guarantees complete transparency, detailed record-keeping, and continuous operational reliability.
To deploy this powerful automated lead system within your n8n instance, follow these steps meticulously:
Before building the workflow, ensure all necessary accounts are set up and credentials are ready for n8n.
Timestamp, Lead Name, Lead Email, Lead Phone, Lead Message, AI Qualification, AI Summary, Is Qualified, Personalized Audio URL, CRM Status, Follow-up Sent, Status (Success/Error).#new-leads) and a dedicated channel for workflow error alerts (e.g., #n8n-errors).HTTP Request nodes to interact with your specific CRM.Determine how new leads will initially enter your n8n workflow.
Now, let's assemble the workflow step-by-step in your n8n instance.
$json.body.name) to intuitive n8n variables like leadName. Provide fallback values like 'N/A' if a field might be empty.gpt-4o for accuracy). Crucially, craft your system and user prompts to instruct the AI to output qualification and summary data in a strict JSON format (e.g., {"summary": "...", "qualification": "...", "is_qualified": true/false}).JSON.parse($json.choices[0].message.content) to extract values from the OpenAI's JSON response into separate n8n variables like aiSummary, aiIsQualified.aiIsQualified is true.leadName and aiSummary into a natural-sounding sentence for the audio.Voice ID (you'll find this in your Eleven Labs dashboard), and point the Text field to your crafted personalized audio text.Folder ID for your audio files, and ensure Allow Anyone to Read is set to True to make the link public.personalizedAudioUrl, and assign it the webViewLink from the Google Drive node's output./contacts?email=...) and authentication based on your CRM's API./contacts) and the JSON body with lead fields matching your CRM's requirements./contacts/{id}) and the JSON body with fields to update.> 0).Merge By Position to combine the paths after creating or updating CRM records.To field to {{ $json.leadEmail }}. Craft a compelling subject line and email body, explicitly including {{ $json.personalizedAudioUrl }} where you want the audio link to appear.Chat ID to your sales channel. Compose a clear message summarizing the lead, AI insights, and the personalizedAudioUrl.leadName, aiQualification, personalizedAudioUrl) to their corresponding column headers in your Google Sheet.aiIsQualified are explicitly set to false, and personalizedAudioUrl is set to N/A, before going to the Google Sheets logger.Try/Catch node (connect Try to your Webhook). Connect the Catch branch to a Slack node for error notifications. Configure this Slack message to provide immediate, actionable error details (e.g., {{ $json.error.message }}).Thorough testing is crucial to ensure your automation runs flawlessly.
curl command.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 | Automated lead capture & AI-personalized audio follow-up with OpenAI & ElevenLabs |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Lead Nurturing, Multimodal AI |
| Author | Marth |
| Published | 31 Jul 2025 |
Use the JSON export at /data/workflows/6720/6720.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: The Four Part Automated Lead Flow This system meticulously guides each lead through a fully automated journey, from initial contact to a personalized follow up and CRM integration. 1....
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, Multimodal AI use case.