What This Workflow Does
This automation eliminates the repetitive manual process of setting up new Wekan boards for each project. Instead of creating boards, lists, and starter cards individually every time, this n8n workflow handles everything with a single trigger.
The template creates a complete kanban board structure in Wekan, including customizable lists and an initial card. It's perfect for teams that frequently launch new projects and need consistent board setups without the manual overhead.
How It Works
1. Trigger Setup
The workflow begins with your preferred trigger in n8n - this could be a manual execution, schedule, or connection to another app like a form submission or calendar event.
2. Board Creation
The workflow makes an API call to Wekan to create a new board with your specified name and settings. You can customize permissions, colors, and other board properties in the template.
3. List Generation
After board creation, the workflow adds multiple lists according to your predefined workflow stages. Common examples include "To Do", "In Progress", and "Done", but you can customize these to match your process.
4. Starter Card Creation
The final step creates an initial card in the first list, which can include instructions, template content, or default tasks to kickstart the project. This ensures every new board begins with consistent starting points.
Who This Is For
This automation benefits any team using Wekan for project management, especially those with:
- Frequent new project launches (client work, sprints, campaigns)
- Multiple teams needing standardized board setups
- Remote teams requiring immediate project spaces
- Processes that benefit from consistent starting templates
Pro tip: Combine this with other automations to automatically invite team members, sync with calendars, or create related documents when launching new boards.
What You'll Need
- An active Wekan instance with API access
- n8n installed (self-hosted or cloud)
- Admin permissions in Wekan for board creation
- Basic understanding of n8n workflows
Quick Setup Guide
- Download the JSON template file
- Import into your n8n instance
- Configure your Wekan API credentials
- Customize board names, lists, and card templates
- Set your preferred trigger method
- Test with a sample execution
- Deploy for regular use
Key Benefits
Save 5-10 minutes per board setup by automating what would normally be manual configuration work for each new project.
Ensure process consistency across all teams and projects with identical starting structures every time.
Reduce onboarding time for new team members who can immediately understand your standardized board layouts.
Scale project launches without proportional increases in administrative overhead.
Maintain compliance with required workflow stages and documentation standards through automated templates.