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.
Toolsconfluence
Block Preview
Confluence
Interact with Confluence
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the confluence block with monitoring enabled in production.
Inputs (UI)
Operation
dropdownLayout: full
Options: Read Page, Update Page
Domain
short-inputPlaceholder: Enter Confluence domain (e.g., neura-agent.atlassian.net)
Layout: full
Confluence Account
oauth-inputPlaceholder: Select Confluence account
Layout: full
Provider: confluence
Select Page
file-selectorPlaceholder: Select Confluence page
Layout: full
Provider: confluence
New Title
short-inputPlaceholder: Enter new title for the page
Layout: full
Condition: operation = "update"
New Content
long-inputPlaceholder: Enter new content for the page
Layout: full
Condition: operation = "update"
Inputs (API)
operation
stringRequired
domain
stringRequired
credential
stringRequired
pageId
stringRequired
title
stringOptional
content
stringOptional
Outputs
Primary response type:
{
"ts": "string",
"pageId": "string",
"content": "string",
"title": "string",
"success": "boolean"
}Tool Access
confluence_retrieveconfluence_update