Skip to content

bitovi/n8n-nodes-confluence

Repository files navigation

~# @bitovi/n8n-nodes-confluence

This is an n8n community node. It lets you use Atlassian Confluence in your n8n workflows.

Confluence is a collaborative workspace and documentation platform by Atlassian, used for creating, organizing, and sharing content with your team.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

  • Make sure to allow community nodes with N8N_COMMUNITY_PACKAGES_ENABLED=true
  • Once logged in to your N8N web UI, go to /settings/community-nodes and type @bitovi/n8n-nodes-confluence

Operations

  • Get Spaces: List Confluence spaces.
  • Get Pages in Space: List pages within a space.
  • Custom API call: Use Confluence's REST API.

Credentials

This node requires authentication with Atlassian Confluence.

  • Domain: Your Atlassian site URL (e.g., https://your-domain.atlassian.net).
  • User Name: Your Atlassian account email.
  • API Key: Generate an API token from your Atlassian account (API tokens).

Compatibility

  • Node version: 1
  • Tested with latest n8n version (please update as needed)

Usage

This node provides extensive filtering and customization options for retrieving Confluence data:

Basic Operations

  • Get Spaces: Retrieve all spaces or filter by specific space names using comma-separated values
  • Get Pages in Space: List pages within a specific space using the Space ID

Filtering Options

  • Title: Filter pages by exact title match
  • Status: Choose page status:
    • current (default) - Active pages
    • archived - Archived pages
    • deleted - Deleted pages
    • trashed - Trashed pages

Content Format Options

  • Body Format: Control how page content is returned:
    • storage (default) - Confluence's internal storage format
    • atlas_doc_format - Atlas document format for modern editing

Organization Options

  • Depth: Control the hierarchy level of pages returned:

    • all (default) - All pages regardless of hierarchy level
    • root - Only top-level pages
  • Sort: Order results by various criteria:

    • modified-date (descending, default) - Most recently modified first
    • created-date - Creation date (ascending/descending)
    • title - Alphabetical by title (ascending/descending)
    • id - By page ID (ascending/descending)

Pagination

  • Return All: Toggle to get all results or limit the number
  • Limit: Set maximum number of results when not returning all (default: 50)
  • Pagination is automatically handled for large result sets

Resources

Version history

  • v1.0.0: Initial release

Need help or have questions?

Need guidance on leveraging AI agents or N8N for your business? Our AI Agents workshop will equip you with the knowledge and tools necessary to implement successful and valuable agentic workflows.

License

MIT ~

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •