npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@bitovi/n8n-nodes-confluence

v0.1.6

Published

N8N node to connect to Confluence

Readme

~# @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 ~