Skip to main content

Automate personalized lead responses with website scraping, GPT-4o, and Airtable CRM

Workflow preview

Workflow preview
100%
Automate personalized lead responses with website scraping, GPT-4o, and Airtable CRM preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template automatically processes inbound form leads, researches their company via their website, and uses AI to write and send a highly personalized "speed to lead" email instantly. It als...

Best for

  • Lead Nurturing automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.airtable, n8n-nodes-base.httprequest, n8n-nodes-base.markdown, n8n-nodes-base.merge, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.gmail, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jordan.

Original n8n.io source

1.1 Workflow description

Title
Automate personalized lead responses with website scraping, GPT-4o, and Airtable CRM
Workflow name
Automate personalized lead responses with website scraping, GPT-4o, and Airtable CRM

This n8n template automatically processes inbound form leads, researches their company via their website, and uses AI to write and send a highly personalized "speed to lead" email instantly. It also tracks subsequent appointment bookings to keep your CRM up to date.

Use cases are focused on high velocity sales: Perfect for agency owners, founders, and sales teams who need to respond to new leads in seconds while maintaining a high quality, personal touch.

Good to know

At the time of writing, this template is optimized for GPT-4o to ensure the highest quality personalization. This template was originally designed using a Lovable form, but it works with any form builder (Typeform, Webflow, WordPress) that can send data via a webhook.

How it works

  • The workflow starts when a new lead submits your contact form via the Webhook node.
  • It immediately checks your Airtable CRM to ensure the lead is new and not a duplicate.
  • The system scrapes the provided website URL and uses custom code to clean the HTML data.
  • AI analyzes the cleaned website data to generate a concise summary of the business.
  • A second AI step uses this summary and the lead's goals to draft and send a personalized email via Gmail.
  • The lead data and website summary are logged into your Airtable base.
  • A parallel flow monitors your inbox for booking confirmations and updates the CRM automatically.

How to use

  • Create the necessary Base and Table in Airtable to store your leads.
  • Connect your website form to the Webhook URL in the workflow.
  • Update the OpenAI node prompts with your specific email signature and phone number.
  • Run a test submission to ensure the website scraper is capturing data correctly.

Requirements

  • Airtable account
  • OpenAI account (GPT-4o model recommended)
  • Gmail account

Customising this workflow

You can easily adapt this for different communication channels. Try swapping the Gmail node for a Slack notification to alert your team of high value leads, or connect it to HubSpot instead of Airtable for enterprise CRM management.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Create a record

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 2 - Search records1

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 3 - Update record

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 4 - scrape website

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Markdown

Type / Role
n8n-nodes-base.markdown - markdown
Config choices
Version 1

Block 6 - Markdown1

Type / Role
n8n-nodes-base.markdown - markdown
Config choices
Version 1

Block 7 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 8 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 9 - Summarizer

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 10 - Compose personalized email

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2

Block 11 - send email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 12 - Add summary to airtable

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 13 - Clean markdown

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Clean markdown1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Scrape website about page

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - If website errors

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 17 - have they filled a form already?

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 18 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 19 - Send appointment confirmed

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 20 - Send a message2

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 21 - Covert time to ISO

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2

Block 22 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 51 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate personalized lead responses with website scraping, GPT-4o, and Airtable CRM
Complexity advanced
Nodes 51
Categories Lead Nurturing, AI Summarization
Author Jordan
Published 08 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11590/11590.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Automate personalized lead responses with website scraping, GPT-4o, and Airtable CRM do?

This n8n template automatically processes inbound form leads, researches their company via their website, and uses AI to write and send a highly personalized "speed to lead" email instantly. It als...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Summarization use case.