This n8n community node enables the integration of Hudu within your n8n workflows.
Hudu is a modern documentation platform for IT.
n8n is a fair-code licensed workflow automation platform.
This node was built against Hudu v2.34.4. Future versions of Hudu may not be 100% compatible without node updates.
Follow the installation guide in the n8n community nodes documentation.
When updating between versions, make sure to restart your n8n instance after the update. UI changes and new features are only picked up after a restart. The recommended update process is:
- Update the node (
npm install n8n-nodes-hudu@latest
) - Restart n8n instance
- Clear browser cache if needed
This is particularly important for version 1.2.9 and above where significant UI and functionality changes were introduced.
- Get all activity logs with filtering support
- Filter by user, action, and date range
- Get API information and version details
- Create articles (name required, with optional content, company, folder, and sharing settings)
- Update articles with flexible field updates
- Archive and unarchive articles
- Delete articles
- Get single article details
- List all articles with comprehensive filtering:
- Company ID
- Draft status
- Sharing status
- Folder ID
- Name exact match
- Fuzzy search
- Updated date range
- Get article version history
- Create and manage asset layout templates
- Get layout fields and configurations
- List all layouts with filtering support
- Create and manage asset-related passwords
- Link passwords to assets and companies
- Filter by company and resource types
- Create assets with custom fields and tags
- Link assets to companies
- Update asset details
- Archive/unarchive assets
- Delete assets
- Get single asset details
- List all assets with enhanced filtering support:
- Company association
- Updated date range
- Custom field values
- Return as Asset Links option for custom tag support
- Optimised asset creation and update operations for both standard and custom fields
- Enhanced UI with dynamic field validation and intuitive field descriptions
- Streamlined workflow for using asset data between operations
Note: Custom field support has some limitations:
- Legacy list fields require manual value entry (picklist conversion not implemented due to Hudu deprecating this feature)
- New list field sources not yet available via Hudu API - requires manual ID configuration
- Lookup cards by integration
- Jump to card functionality
- Filter by integration type and slug
- Create companies with detailed information
- Update company details
- Delete companies
- Get single company information
- List all companies with filtering support
- Jump to company by integration
- Get all expirations with comprehensive filtering:
- Company ID
- Expiration type
- Resource ID
- Resource type
- Date ranges
- Create and manage document folders
- Support for nested folder structures
- Filter by parent folder
- Track child folder status
- Track and manage IP addresses
- Link to companies and networks
- Filter by company and network
- Access Magic Dash functionality
- Filter by company and title
- Delete by title and company name
- Configure and manage integration matchers
- Filter by match status and company
- Support for sync identifiers
- Create and manage network information
- Link to companies
- Filter by company and attributes
- Create and organize password folders
- Support for folder hierarchy
- Filter by parent folder
- Create and manage procedures
- Create from templates
- Duplicate existing procedures
- Manage procedure tasks
- Track task completion
- Create and manage resource relationships
- Support for various resource types
- Filter by relationship types and directions
- Get user information
- List all users
- Filter by role and status
- Manage website records
- Link to companies
- Filter by company and status
To use this node, you need to:
- Have a Hudu instance
- Generate an API key in your Hudu settings
- Configure the node with:
- Base URL (e.g., https://your-hudu-instance.com)
- API Key
- Comprehensive pagination support for all applicable resources
- Robust error handling and debugging capabilities
- Advanced filtering options with both API-side and client-side filtering
- Support for both single and bulk operations
- Dynamic loading of related resources (companies, layouts, etc.)
- Date range filtering with preset options
- Automatic type conversion and validation
- Debug logging for troubleshooting
Contributions are welcome! If you'd like to contribute to this project:
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please ensure your PR:
- Clearly describes the changes
- Includes any relevant documentation updates
- Follows the existing code style
- Includes tests if applicable
For bug reports or feature requests, please use the GitHub issues section.