Skip to main content
Use Confluence from a workflow — retrieve sites, spaces, and pages; search content; create or delete pages. This is live API access from workflow nodes, not Knowledge Base ingest. For the agent-facing toolkit (chat), see Agent Confluence.

Prerequisites

  • A workflow you can edit
  • A connected Confluence account (personal or team) available to the node
  • Space keys / page IDs for write operations, or variables that supply them

Authentication

All Confluence tools require a Confluence account connection. Each tool includes a Confluence Account selector: If no account is connected, click Connect Confluence Account to authenticate.

Tools

Get Confluence Sites

Retrieves all Confluence sites accessible to the connected account.

Get Confluence Spaces

Retrieves spaces accessible to the connected Confluence account.

Get Confluence Pages

Retrieves pages from a Confluence space with optional filters for status and pagination.

Get Confluence Page Content

Retrieves the content of a specific Confluence page.

Get Confluence Page History

Retrieves the version history of a specific Confluence page.

Get Confluence Attachments

Retrieves the attachments associated with a specific Confluence page.

Get Confluence Comments

Retrieves comments on a specific Confluence page.

Search Confluence Content

Searches for content across a Confluence site using a query string.

Create Confluence Page

Creates a new page in a specified Confluence space.

Delete Confluence Page

Deletes a specific Confluence page by its ID.

Tips

  • Prefer @ variables for page IDs and space keys from earlier nodes (list/search → get content → update)
  • Keep Confirm enabled only on intentional create/delete paths
  • For searchable copies inside EKB agents, use the KB Confluence connector instead of (or in addition to) live toolkit calls

Troubleshooting