WP Manifestindependent plugin directory
manifest / forms / n8n-form-payload-router

n8n Form Payload Router

A headless form builder block that sends form data to a custom n8n Catch Hook URL for WordPress

by Sapthesh V · github.com/sapthesh/n8n-form-payload-router

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sapthesh/n8n-form-payload-router/archive/refs/heads/main.zip

Readme

n8n Form Payload Router

A headless form builder block designed to catch frontend inputs and fire them as raw JSON to a custom n8n Catch Hook URL.


Description

This plugin provides a Gutenberg block that allows you to create a simple, headless form on your WordPress site. The form does not store any data in the WordPress database. Instead, it sends the form data as a JSON payload to a specified n8n webhook URL.

This approach is ideal for users who want to leverage the power of n8n for their form submissions while keeping their WordPress site lean, secure, and free from database bloat.


Installation

  1. Upload Plugin: Upload the n8n-form-payload-router folder to your /wp-content/plugins/ directory.
  2. Activate: Activate the plugin through the 'Plugins' menu in your WordPress admin panel.
  3. Add Block: When editing a post or page, add the "n8n Form" block from the block inserter.
  4. Configure: In the block settings sidebar, enter your n8n Catch Hook URL.
  5. Save: Save the post or page. The form will now be active on the frontend.

Frequently Asked Questions

Does this plugin store any data in WordPress?

No, this plugin is completely headless. All form data is sent directly to your n8n webhook and is not stored in your WordPress database.


Changelog

1.0.0

  • Initial release.

Contributors: sapthesh
Tags: n8n, form, headless, webhook
Requires at least: 5.0
Tested up to: 6.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Read the full README on GitHub →

Releases

TagPublished
1.0.0 Apr 15, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.