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.
2
Create a Webhook Workflow
In n8n, create a new workflow and add a Webhook node.
- Set HTTP Method to
POST - Set Path to something like
staticforms - Set Response Mode to
Response Node - Click Execute Node to get the webhook URL
- 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.