Advanced

n8n Integration

Self-hosted workflow automation platform

Self-hosted workflow automation platform. Perfect if you want full control over your data and workflows.

Pro Feature

Webhooks are available on the Pro plan. Upgrade to Pro to unlock this feature.

Self-Hosted Option

n8n can be self-hosted, giving you complete control over your data and workflows. This is ideal for sensitive data or high-volume scenarios.

1

Set Up n8n

Install n8n on your server or use n8n Cloud. See n8n installation docs for details.

2

Create a Webhook Workflow

In n8n, create a new workflow and add a Webhook node.

  1. Set HTTP Method to POST
  2. Set Path to something like staticforms
  3. Set Response Mode to Response Node
  4. Click Execute Node to get the webhook URL
  5. Copy the Production URL
3

Add Response Node

Add a Respond to Webhook node after processing to return a 200 status code.

4

Configure Static Forms

Add the n8n webhook URL to Static Forms. Make sure your n8n instance is publicly accessible (or use n8n Cloud).

5

Add Actions

Connect to databases, APIs, or any service. n8n supports 400+ integrations and custom HTTP requests.

Additional Resources