A growing collection of ready-to-use n8n workflows built for IT teams. Stop doing repetitive tasks manually, automate them.
Whether you're onboarding a new hire, resetting an MFA token, or hunting down shadow IT, there's a workflow here for you. Import, tweak, ship.
- n8n: self-hosted or cloud (v1.0+ recommended)
- Credentials configured for the services your workflows use (e.g. Active Directory, Google Workspace, Slack, Jira, etc.)
- Open your n8n instance
- Go to Workflows → Import from file
- Select the
.jsonfile from this repo - Configure any credentials or variables marked with
⚠️ CONFIGURE ME - Activate and run 🎉
Tip: Each workflow folder contains a
README.mdwith setup notes, required credentials, and example inputs/outputs.
Automate new hire setup end-to-end: create accounts, assign licenses, send welcome emails, and notify the team.
Revoke access, disable accounts, archive data, and notify relevant stakeholders when someone leaves.
Self-service or IT-triggered password resets with identity verification and audit logging.
Safely reset MFA/2FA tokens with an approval step to prevent unauthorized access.
Query device inventory, check compliance status, and trigger remote fixes or alerts.
Detect unauthorized apps and services being used across your org and route alerts to the right team.
Track SaaS subscriptions, audit user access, and automate license provisioning/deprovisioning.
Got a workflow idea? Open an issue or submit a PR!
Contributions are welcome and encouraged! Here's how to get involved:
- Fork this repo
- Create a branch:
git checkout -b workflow/your-workflow-name - Add your workflow JSON to the appropriate category folder (or create a new one)
- Include a
README.mdin the folder with:- What the workflow does
- Required credentials/integrations
- Any configuration steps
- Open a Pull Request with a clear description
- Keep workflows focused: one workflow, one job
- Use sticky notes inside n8n to document complex logic
- Sanitize any credentials or sensitive data before exporting
- Test your workflow before submitting
Found a bug or have a workflow idea? Open an issue: all feedback is appreciated.
MIT: use it, fork it, improve it.
That's IT. ⚙️