~# @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
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
- Get Spaces: List Confluence spaces.
- Get Pages in Space: List pages within a space.
- Custom API call: Use Confluence's REST API.
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).
- Node version: 1
- Tested with latest n8n version (please update as needed)
This node provides extensive filtering and customization options for retrieving Confluence data:
- 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
- Title: Filter pages by exact title match
- Status: Choose page status:
current
(default) - Active pagesarchived
- Archived pagesdeleted
- Deleted pagestrashed
- Trashed pages
- Body Format: Control how page content is returned:
storage
(default) - Confluence's internal storage formatatlas_doc_format
- Atlas document format for modern editing
-
Depth: Control the hierarchy level of pages returned:
all
(default) - All pages regardless of hierarchy levelroot
- Only top-level pages
-
Sort: Order results by various criteria:
modified-date
(descending, default) - Most recently modified firstcreated-date
- Creation date (ascending/descending)title
- Alphabetical by title (ascending/descending)id
- By page ID (ascending/descending)
- 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
- v1.0.0: Initial release
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.
MIT ~