{
  "name": "Personalized thank-you emails with website scraping, GPT-4o, and Gmail",
  "nodes": [
    {
      "id": "11e4e4bf-3381-445e-9b0a-a1d96d741b1a",
      "name": "Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        460,
        0
      ]
    },
    {
      "id": "4e033490-ea17-4500-99f3-94c86b6860d8",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1620,
        0
      ]
    },
    {
      "id": "053a900d-9097-4713-b859-7f956aafca32",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -100
      ],
      "parameters": {
        "width": 1040,
        "height": 320,
        "content": "## Intake form submitted -> Get website copy"
      }
    },
    {
      "id": "f55e9c3b-24ab-46da-9651-cd11ce7c357d",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1400,
        0
      ]
    },
    {
      "id": "b783788e-7228-4a7f-9788-b37cd037e540",
      "name": "Intake Form Submitted",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "e1a7b783-7c11-4a9a-af9c-d05ade5fa333",
      "name": "Scrape Website",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        0
      ]
    },
    {
      "id": "fa93ff64-dbf9-4a4a-9715-48dbe33cd84e",
      "name": "Website Plain Copy",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        680,
        0
      ]
    },
    {
      "id": "0ead9204-97ca-422d-ad17-5bd9f5283d27",
      "name": "Email Customization",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1040,
        0
      ]
    },
    {
      "id": "a4321ddb-0673-4332-973a-b28515c918ba",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1000,
        -100
      ],
      "parameters": {
        "width": 800,
        "height": 320,
        "content": "## Write a \"customized\" thank you email"
      }
    },
    {
      "id": "8b3fbe12-0037-46b0-8460-664c31be57d7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -100
      ],
      "parameters": {
        "width": 620,
        "height": 1260,
        "content": "# Send a personalized thank-you email after form submission using website insights\n## Overview\nImpress your leads with ultra-personalized “thank you” emails that look hand-written — sent automatically"
      }
    },
    {
      "id": "94f3c35a-c552-496c-ac87-397934418691",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        260
      ],
      "parameters": {
        "width": 440,
        "height": 240,
        "content": "## Hey, I'm Abdul 👋\n### I build growth systems for consultants & agencies. If you want to work together or need help automating your business, check out my website: \n### **https://www.builtbyabdul.com"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Markdown": {
      "main": [
        [
          {
            "node": "Website Plain Copy",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Website": {
      "main": [
        [
          {
            "node": "Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Website Plain Copy": {
      "main": [
        [
          {
            "node": "Email Customization",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Customization": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Intake Form Submitted": {
      "main": [
        [
          {
            "node": "Scrape Website",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}