{
  "name": "Capture website leads with Slack notifications, Gmail responses & sheets archiving",
  "nodes": [
    {
      "id": "ba1eedaf-cb8d-4089-b08c-3fa58f555dcb",
      "name": "Receive Website Form Submissions",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "78ac9847-645b-46da-a9b4-66ef82c74f77",
      "name": "Notify Sales Team",
      "type": "n8n-nodes-base.slack",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "dc273ed1-3d2c-4700-a180-09618a2f0a47",
      "name": "Archive Lead Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "4cdbfa61-f7ff-4bb0-a551-136ccc5b10e5",
      "name": "Send Automatic Confirmation Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        624,
        0
      ]
    },
    {
      "id": "bc03ca66-45f2-48c6-98fb-8b3759bb1c72",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -64
      ],
      "parameters": {
        "width": 912,
        "height": 256,
        "content": "## Flow"
      }
    },
    {
      "id": "d0f5e891-6d8c-4af1-912e-5cefc77d1d9c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        240
      ],
      "parameters": {
        "width": 912,
        "height": 1104,
        "content": "# Workflow Note: Website Lead Notification System\n\n---\n\n### **Problem**\nDelayed responses to new website leads can lead to a significant loss of business. When form submissions are only sent to a gene"
      }
    }
  ],
  "connections": {
    "Archive Lead Data": {
      "main": [
        [
          {
            "node": "Send Automatic Confirmation Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Sales Team": {
      "main": [
        [
          {
            "node": "Archive Lead Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Website Form Submissions": {
      "main": [
        [
          {
            "node": "Notify Sales Team",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}