Skip to content

Releases: conciso/n8n-nodes-confluence-cloud

Moonshine Release Series - support for labels - v1.3.1

26 Aug 21:49

Choose a tag to compare

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

New Contributors

Moonshine Release Series - Enhanced Confluence API Support - v1.2.15

08 Jul 20:44

Choose a tag to compare

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

07 Jul 10:04

Choose a tag to compare

This release refactors the dependency placement for dotenv by moving it from runtime to development dependencies, and cleans up the now-empty dependencies section.

  1. Moved dotenv to devDependencies
    
  2. Removed the dependencies block containing only dotenv

Moonshine Release Series - Enhanced Confluence API Support - v1.2.4

04 Jul 17:02

Choose a tag to compare

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.