Use cases

Forms for workflows that cannot be templates.

FormNode handles the messy part of operational forms: live source data, tenant context, approvals, and workflow handoff. MSPs use it for onboarding, ticket intake, and change approvals. Other automation teams use the same pattern for internal requests, field operations, access reviews, and service workflows.

One repeatable operating pattern
Live source dataStructured formApproval logicWebhook handoff

MSPs pushed FormNode into the hard cases first: client portals, live PSA/RMM data, approval emails, and webhook-driven fulfillment. Those same mechanics fit any workflow where a form needs to reflect real system data and trigger downstream work.

MSP-nativePortals, organizations, PSA/RMM context, and client-facing approvals are first-class.
Webhook-nativeAny team can call their own APIs, automation platform, or internal services for live fields.
Operations-readyThe pattern is structured intake, live data, approval, and workflow handoff.
n8n workflow forms

n8n-specific use cases

These pages cover specific n8n form workflows without publishing reusable workflow JSON: onboarding, ticket intake, approvals, dynamic license dropdowns, and client portal forms.

n8n Microsoft 365 onboarding

Microsoft 365 onboarding forms for n8n

Use FormNode for n8n Microsoft 365 onboarding forms when the workflow needs live license data, manager approval, customer or tenant context, and a stable payload before n8n provisions the user.

n8n Microsoft 365 onboarding form / n8n user onboarding form / n8n license dropdown form
n8n ticket intake

Ticket intake forms for n8n

Use FormNode for n8n ticket intake forms when customers need a customer-facing request surface and n8n needs clean organization, contact, site, priority, and issue data before creating the ticket.

n8n ticket intake form / n8n PSA ticket form / n8n customer request form
n8n customer approvals

Customer approval forms for n8n

Use FormNode for n8n customer approval forms when a workflow needs a customer or manager decision before n8n performs a protected action.

n8n customer approval form / n8n approval form / n8n workflow approval form
n8n dynamic license dropdowns

Dynamic license dropdown forms for n8n

Use FormNode dynamic license dropdowns when an n8n form needs live Microsoft 365, CIPP, Sherweb, or product catalog options while the user fills out the form.

n8n dynamic license dropdown / n8n Microsoft 365 license form / n8n dynamic dropdown form
n8n client portal forms

Client portal forms for n8n

Use FormNode client portal forms when n8n workflows need a customer-facing surface with organization context, assigned forms, submission history, and approval access.

n8n client portal forms / n8n customer portal forms / n8n portal form builder