@vwork-digital/n8n-nodes-fillout
v1.0.3
Published
N8N nodes for Fillout forms - includes both trigger and action nodes.
Maintainers
Readme
Fillout for N8N by vwork Digital
These are n8n community nodes for triggering workflows based on Fillout submissions, and interacting with your Fillout forms directly in N8N.
This node was created by Jacob @ vwork Digital. These nodes are NOT affiliated with Fillout in anyway. Please see Node Feedback for how to submit feedback or issues about these nodes.
Need implementation help for your business? Want more n8n or no-code/low-code resources? Visit our website now! Don't forget to subscribe to our newsletter.
n8n is a fair-code licensed workflow automation platform.
Node Feedback
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Node Feedback
Please submit feedback to us if you have any ideas to improve this node, or experience a bug.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Trigger Node - Fillout Trigger
The trigger node allows you to start workflows when a form is submitted in Fillout.
Action Node - Fillout
The action node allows you to perform various operations with Fillout:
Form Operations:
- Get all forms
- Get form metadata (including questions)
Submission Operations:
- Get all submissions for a form
- Get a specific submission
- Create a submission
- Delete a submission
Credentials
You need a Fillout API key to use these nodes:
- Log in to your Fillout account
- Go to your Account Settings
- Navigate to the Developer section
- Generate an API key
- Use this key in the n8n credentials for the Fillout nodes
Compatibility
Tested with n8n version 1.92.2
Usage
Trigger Node
- Create a new workflow
- Add a "Fillout Trigger" node as the trigger
- Configure your Fillout API credentials
- Select the form you want to monitor for submissions
- Optionally select a previous submission to use for testing
- Save and activate the workflow
The node will then trigger your workflow when the form is submitted.
Action Node
- Add the "Fillout" node to your workflow
- Configure your Fillout API credentials
- Select the resource and operation you want to perform
- Fill in the required parameters
- Execute the node
Resources
Version history
1.0.0
- Initial release
- Added Fillout Trigger node for form submission webhooks
- Added Fillout Action node for forms and submissions management
