Who is this workflow for? The Public Webhook Relay workflow enables your local n8n instance to receive webhooks from the public internet without the need for a remote proxy. This setup is ideal for testing and developing webhook-driven automations securely and efficiently..

What does this workflow do?

  • Install the Required Community Node:
  • Install the @horka.tv/n8n-nodes-storage-kv community node to enable key-value storage within your n8n instance.
  • Configure the Local Webhook Address:
  • Enter your n8n workflow address into the Local Webhook Address field. This address will serve as the endpoint for receiving webhook requests locally.
  • Activate the Workflow:
  • Activate the workflow in n8n. Navigate to the Executions section and locate the Get Latest Requests node to obtain your public webhook token.
  • Set the Webhook Destination:
  • Use the provided public webhook URL, formatted as https://webhook.site/[YOUR TOKEN], as the destination for your external webhook sources. This ensures that incoming webhook requests are relayed to your local workflow.

🤖 Why Use This Automation Workflow?

  • Secure Local Testing: Receive and handle webhooks locally without exposing your development server to the internet.
  • Ease of Setup: Quickly configure webhook reception with minimal steps.
  • Efficient Development: Streamline the testing process for webhook integrations, reducing setup time and potential security risks.

👨‍💻 Who is This Workflow For?

This workflow is designed for developers and automation specialists using n8n on local instances. It is particularly useful for those who need to test and develop webhook-based workflows in a secure and controlled environment without deploying to a live server.

🎯 Use Cases

  1. API Development and Testing: Validate and debug webhook-triggered endpoints locally before deploying them to production environments.
  2. Continuous Integration Pipelines: Incorporate webhook events into local CI workflows for automated testing and deployment processes.
  3. Prototyping Webhook Integrations: Quickly build and iterate on webhook-driven automations without the overhead of setting up external servers or proxies.

TL;DR

The Public Webhook Relay workflow provides a secure and straightforward method to receive webhooks on your local n8n instance. By following the setup steps, you can efficiently test and develop webhook-driven automations without the need to expose your development environment to the public internet.

Help us find the best n8n templates

About

A curated directory of the best n8n templates for workflow automations.