n8nflow.net logo

Public Webhook Relay

by Jay HartleyUpdated: Last update a year agoSource: n8n.io
Loading workflow viewer...

Tags

Getting Started

Disclaimer

This template only works on n8n local instances!

How it Works

This workflow allows you to to receive webhooks from the public web and have your local workflow catch them, without any remote proxy. It is very useful for running quick tests without exposing your dev server. All you have to do is activate the workflow and use the public address as defined below.

Set up steps

If you use the default key-value storage, there are only three steps:

  1. Install the [email protected]/n8n-nodes-storage-kv_ community node
  2. Put your n8n workflow address in Local Webhook Address
  3. Activate the workflow and, from Executions , note down your public webhook token from the inputs to Get Latest Requests.

You can now use https://webhook.site/[YOUR TOKEN] as a webhook destination, to receive webhook requests from the public web.