@bitovi/n8n-nodes-confluence
v0.1.6
Published
N8N node to connect to Confluence
Maintainers
Keywords
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-nodesand 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 pagesarchived- Archived pagesdeleted- Deleted pagestrashed- Trashed pages
Content Format Options
- Body Format: Control how page content is returned:
storage(default) - Confluence's internal storage formatatlas_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 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)
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 ~
