Releases: conciso/n8n-nodes-confluence-cloud
Moonshine Release Series - support for labels - v1.3.1
We got new endpoints. Now you can find labels for pages and spaces. Additionally, you can find pages with a specified label.
What's Changed
- Add the
Get Label Pagesendpoint by @elementalvoid in #8
New Contributors
- @elementalvoid made their first contribution in #8
Moonshine Release Series - Enhanced Confluence API Support - v1.2.15
Bugfix release
Removing problematic trigger.
In order to regularly query new pages, spaces, etc., you can use the built-in Schedule trigger in n8n.
Moonshine Release Series - Enhanced Confluence API Support - v1.2.5
This release refactors the dependency placement for dotenv by moving it from runtime to development dependencies, and cleans up the now-empty dependencies section.
-
Moved dotenv to devDependencies - Removed the dependencies block containing only dotenv
Moonshine Release Series - Enhanced Confluence API Support - v1.2.4
Release Overview:
This release is part of the comprehensive Moonshine release series, which introduces robust foundational support for the Confluence API ecosystem. It enables seamless integration between Confluence workspaces and n8n automation workflows.
Key Features:
Native API Integration: Direct access to Confluence pages, spaces, comments and templates.
Standard n8n Compatibility: Functions as a standard custom node within the n8n ecosystem - no special setup required
Comprehensive Route Coverage: Supports essential Confluence endpoints for content creation, modification, and retrieval
Implementation:
- Install the custom node following standard n8n procedures
- Configure your Confluence instance credentials
- Reference the comprehensive readme documentation for available routes and parameters
- Build your automation workflows using the supported API endpoints
Documentation:
All supported routes, parameters, and usage examples are detailed in the accompanying readme file for complete implementation guidance.