Skip to main content

Personalized thank-you emails with website scraping, GPT-4o, and Gmail

Workflow preview

Workflow preview
100%
Personalized thank-you emails with website scraping, GPT-4o, and Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Impress your leads with ultra personalized “thank you” emails that look hand written — sent automatically seconds after they submit your intake form. This workflow instantly scrapes the prospect's ...

Best for

  • Lead Nurturing automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.markdown, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.wait, n8n-nodes-base.typeformtrigger, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.openai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Personalized thank-you emails with website scraping, GPT-4o, and Gmail
Workflow name
Personalized thank-you emails with website scraping, GPT-4o, and Gmail

Overview

Impress your leads with ultra-personalized “thank you” emails that look hand-written — sent automatically seconds after they submit your intake form.

This workflow instantly scrapes the prospect's website, extracts meaningful copy, and uses AI to write a custom thank-you message referencing something specific from their site. It gives the impression you immediately reviewed their business and crafted a thoughtful reply — without lifting a finger.

Who’s it for

  • Agencies and consultants using intake forms
  • Freelancers booking discovery calls
  • B2B businesses that want high-touch first impressions
  • Sales teams automating initial follow-ups

How it works

  • Triggered when a form (e.g. Tally, Typeform) is submitted
  • Scrapes the website URL provided in the form
  • Converts HTML to Markdown and extracts plain copy
  • Uses AI to write a personalized thank-you message referencing the site
  • Waits briefly to simulate real typing delay
  • Sends the message via Gmail (or any email provider)

Example use case

> Prospect submits a form with their website: coolstartup.ai
>
> 30 seconds later, they receive:
>
> “Thanks for reaching out! I just checked out Cool Startup’s homepage — love the clean UX and mission around AI for teams. Looking forward to diving into how we might collaborate!”

How to set up

  1. Connect your form tool (e.g. Tally or Typeform)
  2. Connect Gmail or another email provider
  3. Customize the AI prompt to match your tone
  4. Set the wait time (e.g. 30 seconds) for a realistic delay
  5. Update your website scraping logic if needed

Requirements

  • Form tool with webhook support
  • OpenAI (or other LLM) credentials
  • Email sending integration (Gmail, Mailgun, Postmark, etc.)

How to customize

  • Edit the email tone (casual, formal, funny, etc.)
  • Add CRM integration to log form submission and response
  • Trigger additional workflows like lead scoring or Slack alerts
  • Add fallback logic if the website doesn’t scrape cleanly

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 - Markdown

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

Block 2 - Gmail

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

Block 3 - Sticky Note

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

Block 4 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 5 - Intake Form Submitted

Type / Role
n8n-nodes-base.typeformTrigger - typeformTrigger
Config choices
Version 1.1

Block 6 - Scrape Website

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

Block 7 - Website Plain Copy

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

Block 8 - Email Customization

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note4

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

3. Summary Table

Workflow Personalized thank-you emails with website scraping, GPT-4o, and Gmail
Complexity intermediate
Nodes 11
Categories Lead Nurturing, Multimodal AI
Author Abdul Mir
Published 27 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6533/6533.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 Personalized thank-you emails with website scraping, GPT-4o, and Gmail do?

Impress your leads with ultra personalized “thank you” emails that look hand written — sent automatically seconds after they submit your intake form. This workflow instantly scrapes the prospect's ...

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, Multimodal AI use case.