{
  "name": "Automated lead response template using Google Forms, Sheets, and Gmail",
  "nodes": [
    {
      "id": "46c75e4e-00ef-4d33-85f7-1c18913e5179",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "c96f524e-29f9-45a3-9693-29db175edb22",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "42904096-32fb-4925-8c3b-12dc663e20b2",
      "name": "Send a message1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "8ce6807b-11ee-481f-92df-5877e91fa1bb",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -208
      ],
      "parameters": {
        "width": 688,
        "height": 176,
        "content": "📌 Workflow Overview\n\nThis automation listens for new responses submitted via Google Forms (captured in Google Sheets).\nIt sends:\n1. A personalized confirmation email to the lead\n2. An internal email n"
      }
    },
    {
      "id": "c0927800-ac78-4aca-8146-ea2f6072a7d3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        144,
        160
      ],
      "parameters": {
        "width": 224,
        "height": 400,
        "content": "📩 Email to Lead\n\nThis node sends a confirmation message to the person who filled out the form.\n\n✅ Make sure to:\n- Connect your Gmail account\n- Personalize the subject and message body\n- Use the correc"
      }
    },
    {
      "id": "2d4e6536-dc29-4e47-bae0-b715073a1b6d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        384,
        160
      ],
      "parameters": {
        "width": null,
        "height": 400,
        "content": "📣 Team Notification Email\n\nThis node sends an internal email with all the lead info to your team.\n\n✅ Replace the destination email (e.g., your@email.com)\n✅ You can CC multiple addresses if needed\n✅ Fo"
      }
    },
    {
      "id": "5bd63215-43e2-40a1-b1fc-0df745feeaeb",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        160
      ],
      "parameters": {
        "width": null,
        "height": 400,
        "content": "📊 Google Sheet Column Requirements\n\nMake sure your Google Sheet has these exact column headers:\n\n     - `Timestamp`\n     - `Full Name`\n     - `Email`\n     - `Phone Number (optional)`\n     - `What are "
      }
    }
  ],
  "connections": {
    "Send a message": {
      "main": [
        [
          {
            "node": "Send a message1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}