Confluence

Configure Confluence integration

Configuration

data_pools:
  - id: confluence
    type: confluence
    url: "https://company.atlassian.net"
    username: $CONFLUENCE_USERNAME
    token: $CONFLUENCE_TOKEN
    space_id: $CONFLUENCE_SPACE_ID

Configuration Options

FieldTypeDefaultRequiredDescription
idstring-Unique identifier for the data pool
typestring-Must be "confluence"
urlstring-Confluence base URL
usernamestring-Username for authentication
tokenstring-API token
space_idstring-Confluence space ID
base_pathstringnullOptional folder path

Setup

  1. Create API token: Atlassian Account Settings
  2. Find space ID: Navigate to space → Space Settings → Space Details
  3. Configure permissions: Ensure read access to the space
  4. Add to environment: CONFLUENCE_USERNAME, CONFLUENCE_TOKEN, CONFLUENCE_SPACE_ID

Confluence REST API Documentation