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
Field | Type | Default | Required | Description |
---|---|---|---|---|
id | string | - | ✅ | Unique identifier for the data pool |
type | string | - | ✅ | Must be "confluence" |
url | string | - | ✅ | Confluence base URL |
username | string | - | ✅ | Username for authentication |
token | string | - | ✅ | API token |
space_id | string | - | ✅ | Confluence space ID |
base_path | string | null | ❌ | Optional folder path |
Setup
- Create API token: Atlassian Account Settings
- Find space ID: Navigate to space → Space Settings → Space Details
- Configure permissions: Ensure read access to the space
- Add to environment:
CONFLUENCE_USERNAME
,CONFLUENCE_TOKEN
,CONFLUENCE_SPACE_ID