ZelaxyDocs
Tool Integrations
Tool

Confluence

Create, search, and manage pages in Atlassian Confluence

Confluence

Create, read, search, and update pages in Atlassian Confluence — the team wiki and documentation platform. Integrates with your Atlassian workspace.

Overview

PropertyValue
Typeconfluence
CategoryTool — Collaboration
AuthAPI Key (Atlassian)

Operations

OperationDescription
Create PageCreate a new Confluence page
SearchSearch pages by query (CQL)
Get PageRead a specific page
Update PageModify page content

Configuration

SettingTypeDescription
DomainShort inputAtlassian domain
EmailShort inputAccount email
API TokenPasswordAtlassian API token
SpaceShort inputConfluence space key
TitleShort inputPage title
ContentLong textPage body (HTML/Wiki markup)
CQL QueryShort inputConfluence Query Language filter

Outputs

FieldTypeDescription
pageIdstringPage ID
urlstringPage URL
contentstringPage content or search results

Example: Auto-Generate Knowledge Base

Workflow:

[Starter: Topic + Notes] → [Agent: Write Documentation] → [Confluence: Create Page]

Provide rough notes or bullet points. Agent writes polished documentation. Confluence creates it as a new page in the appropriate space.

Agent Prompt:

Convert these rough notes into a well-structured Confluence page with:
- Overview section
- Step-by-step instructions
- FAQs
- Related links

Notes: {{starter.input}}

Tips

  • CQL is powerful — type=page AND space=TEAM AND text ~ "deployment" finds deployment docs
  • HTML body — Confluence pages use HTML, so include <h2>, <p>, <ul> tags
  • Combine with Jira for a complete Atlassian workflow (tickets + documentation)