Blocks

Confluence

Interact with Confluence

Connect to Confluence workspaces to retrieve and search documentation. Access page content, metadata, and integrate Confluence documentation into your workflows.

Back to Catalog
Toolsconfluence

Block Preview

Confluence

Confluence

Interact with Confluence

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the confluence block with monitoring enabled in production.

Inputs (UI)

Operation

dropdown

Layout: full

Options: Read Page, Update Page

Domain

short-input

Placeholder: Enter Confluence domain (e.g., neura-agent.atlassian.net)

Layout: full

Confluence Account

oauth-input

Placeholder: Select Confluence account

Layout: full

Provider: confluence

Select Page

file-selector

Placeholder: Select Confluence page

Layout: full

Provider: confluence

New Title

short-input

Placeholder: Enter new title for the page

Layout: full

Condition: operation = "update"

New Content

long-input

Placeholder: Enter new content for the page

Layout: full

Condition: operation = "update"

Inputs (API)

operation

string

Required

domain

string

Required

credential

string

Required

pageId

string

Required

title

string

Optional

content

string

Optional

Outputs

Primary response type:

{
  "ts": "string",
  "pageId": "string",
  "content": "string",
  "title": "string",
  "success": "boolean"
}

Tool Access

confluence_retrieveconfluence_update
Confluence | NowFlow Blocks