
How the Webhook Relay Works
Simple Three-Step Setup for Immediate Implementation
Technical Implementation:
- Install the
@horka.tv/n8n-nodes-storage-kv
community node for key-value storage - Configure your local webhook address in the workflow
- Activate the workflow to generate your public webhook token
- Use
https://webhook.site/[YOUR TOKEN]
as your webhook destination
Behind the scenes: The workflow utilizes an external service that temporarily stores incoming webhook requests. Your local n8n instance polls this service regularly and processes any new requests, creating a secure bridge between public services and your local environment without opening any ports or exposing your network.