For AI agents: the complete documentation index is available at https://docs.flezise.com/llms.txt, the full documentation bundle is available at https://docs.flezise.com/llms-full.txt, and this page is available as Markdown at https://docs.flezise.com/integrations/confluence.md.

Confluence

Confluence connects Flezise to your Atlassian site so the knowledge base stays in sync with your team's pages and so the builder agent can react when documentation changes.

The Confluence integration detail page: Connect and Connect with token buttons, a Knowledge sync card with Sync now, Automatic sync toggle, Sync frequency selector, Auto quality check toggle, and Limit to sources field

Connect

Go to Project SettingsIntegrationsConfluence. If OAuth is available on your deployment, press Connect to open the authorization popup. The app requests these Atlassian scopes:

ScopePurpose
read:page:confluenceRead page content (granular Confluence v2 API)
read:space:confluenceRead space metadata
offline_accessObtain a refresh token for scheduled syncs

After authorization, the platform calls the Atlassian accessible-resources endpoint to discover which Confluence sites the account can access (the post-exchange step). If the account has access to more than one site, a Choose your Atlassian site picker appears. Select the site this connection should use and press Save site.

If OAuth is not available, press Connect with token and enter the fields:

FieldValue
HostYour Atlassian domain, for example your-domain.atlassian.net
EmailThe email address of the Atlassian account
API TokenAn API token from id.atlassian.com

After a successful credential test, a Space Key field appears. Enter a space key (for example ENG) to scope the connection to that space. Leave it blank to sync all spaces the account can access.

Capabilities

CapabilityWhat Flezise does
WebhooksReceives page events signed with HMAC-SHA256 over the x-atlassian-webhook-signature header
Knowledge SyncPulls pages from Confluence into the project knowledge base on a schedule or on demand

Configuration

The Knowledge sync card on the integration detail page controls how and when pages are pulled.

Press Sync now to start an immediate sync. The card shows the timestamp of the last completed sync.

Automatic sync is off by default. Enable it and choose a frequency from the Sync frequency selector:

ValueInterval
Every 6 hoursEvery 6 hours
DailyEvery 24 hours
WeeklyEvery 7 days
Manual onlyNever runs automatically

Auto quality check is on by default. It skips empty or template pages and routes incomplete or uncertain documents to review rather than embedding them directly into the knowledge base.

Limit to sources (optional) accepts a comma-separated list of space keys or page IDs (for example ENG, OPS). Leave it blank to sync everything the account grant allows.

The Inbound events card carries an Allow work-item triggers toggle. When it is on, page events from Confluence can create work items, subject to the project automation policy.

Events

EventWhen it fires
page_createdA new page is published in a monitored space
page_updatedAn existing page is edited and saved

Both events pass through the classifier. If Allow work-item triggers is on and the automation policy permits it, the event can create a work item. They also trigger an incremental knowledge sync for the changed page.

Next steps