n8n-nodes-formbnb community node.
Use it to:
- trigger workflows on new FormBnB submissions
- create forms from n8n
- submit data to FormBnB forms from n8n workflows
Install the Node
In your n8n instance:- Go to Settings
- Open Community Nodes
- Install
n8n-nodes-formbnb - Restart n8n if your deployment requires it
n8n-nodes-formbnb- View on npm
Create Credentials
Create aFormBnB API credential in n8n with:
API KeyBase URL
Available Nodes
FormBnB Trigger
Starts a workflow when a selected FormBnB form receives a new submission. Use this when you want to:- send leads to your CRM
- notify Slack or email tools
- create tickets or tasks automatically
FormBnB
Supports:Create FormSubmit Form
Required FormBnB Values
Some workflows need FormBnB identifiers from the dashboard:- Form ID: available in form settings
- Form Slug: available in form settings
- Organization Slug: available in dashboard settings
Trigger Setup
For the trigger to work, your FormBnB backend must support webhook subscriptions and delivery. FormBnB uses these endpoints for the n8n trigger:POST /integrations/n8n/hooksDELETE /integrations/n8n/hooks
automation_webhooks table.
Example Workflow
- Add FormBnB Trigger
- Choose a form
- Add a follow-up action like Slack, Gmail, HubSpot, or Notion
- Activate the workflow
- Submit the form in FormBnB
Troubleshooting
Trigger does not receive events
Check:- your FormBnB API key is valid
- your FormBnB backend is deployed with the n8n hook endpoints
- the n8n instance is publicly reachable
- a row exists in
automation_webhooksfor providern8n
Form submission action asks for org or form identifiers
Get them from FormBnB settings:- Organization Slug from dashboard settings
- Form Slug from the form settings page
- Form ID from the form settings page