{
  "name": "🗲 Serve custom websites (HTML webpages) with webhooks",
  "nodes": [
    {
      "id": "2b9d377c-853f-4ef1-92e2-1d4a324179a4",
      "name": "Site",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        100,
        -40
      ]
    },
    {
      "id": "ec1325bb-c440-46f2-90e5-3288a0683dda",
      "name": "Your WebPage",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -280,
        -40
      ]
    },
    {
      "id": "37f044be-f4b8-4404-bd69-f4f2ce233774",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        -340
      ],
      "parameters": {
        "width": 360,
        "height": 460,
        "content": "### ▶️ START HERE: The Webhook\n\nThis node is the entry point for your webpage.\n\n1.  **Activate** the workflow.\n2.  Copy the **Production URL** from this node.\n3.  Paste the URL into your browser to se"
      }
    },
    {
      "id": "6ae79d50-faa3-42d0-ba1d-65de358f0748",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -340
      ],
      "parameters": {
        "width": 360,
        "height": 460,
        "content": "#### 🎨 CUSTOMIZE YOUR WEBPAGE HERE\n\nThis node sends the HTML content back to the browser.\n\n**To use your own design:**\n1.  **Replace the HTML in the `Body` field** with your own code. You can put anyt"
      }
    },
    {
      "id": "ba181803-be34-457e-939d-e84d258f2411",
      "name": "Sticky Note12",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -340
      ],
      "parameters": {
        "width": 540,
        "height": 800,
        "content": "## Was this helpful? Let me know!\n\nI really hope this tutorial helped you understand how to serve a website with a webhook better. Your feedback is incredibly valuable and helps me create better resou"
      }
    }
  ],
  "connections": {
    "Your WebPage": {
      "main": [
        [
          {
            "node": "Site",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}