Serve a Static HTML Page When a Link is Accessed - n8n Workflow | Neura Market
Serve a Static HTML Page When a Link is Accessed
This easy-to-extend workflow automatically serves a static HTML page when a URL is accessed in a browser.
## Prerequisites
- Basic knowledge of HTML
## Nodes
- [Webhook node](https://docs.n8n.io/nodes/n8n-nodes-base.webhook/) triggers the workflow on an incoming request.
- [Respond to Webhook node](https://docs.n8n.io/nodes/n8n-nodes-base.respondToWebhook/) serves the HTML page in response to the webhook.
Platform
n8n
Category
Website Building
Price
Free
Creator
Tom
webhook
respondToWebhook
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.