Answer

What is the FormNode n8n community node?

The FormNode n8n community node is the official @joshuanode/n8n-nodes-formnode package for using FormNode resources from n8n workflows.

Direct answer

The FormNode n8n community node is the official @joshuanode/n8n-nodes-formnode package for authenticated FormNode API work inside n8n. Use it when a workflow should read or manage FormNode forms, organizations, submissions, approvals, or outcome tools. Use ordinary webhooks when n8n only needs to receive a form submission or serve dynamic dropdown options.Last reviewed: June 15, 2026
Reviewed by Joshua Smith, founder of FormNode.

What to know

The practical answer for technical buyers.

  • The package name is @joshuanode/n8n-nodes-formnode on npm.
  • It complements n8n webhooks; it does not replace n8n as the automation engine.
  • It is strongest when n8n needs authenticated FormNode API operations instead of only receiving a submitted payload.
  • For MSP workflows, pair the node with FormNode's organization context so forms, approvals, and submissions stay tenant-aware.
Best next source

Use the canonical page for the full detail, not this short answer page.

Read the n8n community node docs

Related questions

When should I use the FormNode n8n community node instead of a webhook?

Use a webhook when n8n only needs to receive a form submission or return dynamic dropdown options. Use the community node when n8n needs authenticated access to FormNode resources such as forms, organizations, submissions, approvals, or outcome tools.

Is @joshuanode/n8n-nodes-formnode an official FormNode package?

Yes. @joshuanode/n8n-nodes-formnode is the official FormNode n8n community node package. The FormNode docs page is the canonical installation and usage source, with npm and GitHub as supporting package sources.