n8n user onboarding form template
A workflow-ready form outline for Microsoft 365 user onboarding through n8n, with fields, dynamic dropdowns, approval points, and payload notes.
An n8n user onboarding form template should collect the new user's identity, start date, manager, department, license, copy-from user, approval decision, and customer context before n8n provisions the account. FormNode supplies the form and portal layer; n8n handles the Microsoft 365, CIPP, Sherweb, PSA, or ticketing workflow.
Use this template when the form is part of an operational workflow.
- MSPs building Microsoft 365 new-hire workflows in n8n.
- IT teams that need manager approval before provisioning.
- Teams replacing Rewst onboarding forms with FormNode plus n8n.
Typical systems this template may need to read before n8n fulfills the request:
Fields this form should include
Route approval before account creation when license spend, privileged access, or manager signoff matters. Keep the approval result in the final n8n payload.
Use read-only n8n webhooks for manager, copy-from user, and license dropdowns. Use a separate final submission webhook for provisioning and ticket creation.
Build the form first, then wire the workflow.
Create the client-aware form
Build the FormNode form with stable field names that n8n can read.
Wire live dropdowns
Point manager, copy-from user, and license fields at read-only n8n webhooks.
Add approval
Capture manager or customer approval before the final provisioning webhook runs.
Submit to n8n
Send the approved payload to n8n with organization mappings and selected source-system IDs.