npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@vwork-digital/n8n-nodes-fillout

v1.0.3

Published

N8N nodes for Fillout forms - includes both trigger and action nodes.

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:

  1. Log in to your Fillout account
  2. Go to your Account Settings
  3. Navigate to the Developer section
  4. Generate an API key
  5. Use this key in the n8n credentials for the Fillout nodes

Compatibility

Tested with n8n version 1.92.2

Usage

Trigger Node

  1. Create a new workflow
  2. Add a "Fillout Trigger" node as the trigger
  3. Configure your Fillout API credentials
  4. Select the form you want to monitor for submissions
  5. Optionally select a previous submission to use for testing
  6. Save and activate the workflow

The node will then trigger your workflow when the form is submitted.

Action Node

  1. Add the "Fillout" node to your workflow
  2. Configure your Fillout API credentials
  3. Select the resource and operation you want to perform
  4. Fill in the required parameters
  5. 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