Confluence Connector
Connect Confluence so Applied can read Confluence space content and use it as source material or workflow context.
Use this Connector when support playbooks, product notes, release information, or internal policies live in Confluence and should be available in Applied.
Common use cases
- Sync pages from a Confluence space into Applied Data.
- Use Confluence pages as source material for Knowledge.
- Look up page content during a Flow.
- Keep customer answers aligned with an internal Confluence space.
Before you begin
Before connecting Confluence, make sure:
- You know the Atlassian site URL, such as
https://your-domain.atlassian.net. - You know the Confluence space key to connect.
- The Atlassian account used for setup can view the pages Applied should read.
- Your team knows whether Applied should only read pages or also write content.
Applied’s native Confluence Connector uses Atlassian email and API token authentication for your Atlassian site. It does not use the Atlassian hosted MCP Connector path.
Get an Atlassian API token
Atlassian API tokens are created from the Atlassian account security page.
- Open your Atlassian account settings.
- Go to Security.
- Open API tokens.
- Click Create API token.
- Name the token, such as
Applied Labs. - Create and copy the token.
Use the email address for the same Atlassian account when connecting in Applied.
Configure Confluence access
The API token uses the Confluence permissions of the Atlassian account that created it. Before connecting:
- Confirm the account can view the target space.
- Add space permissions for read access if Applied only needs page sync.
- Add create or edit permissions only if Applied should write content.
- Avoid using a personal admin account if a dedicated service account is available.
For page read/write APIs, Atlassian documents granular OAuth scopes such as
read:page:confluence and write:page:confluence. With API-token Basic auth,
the practical access boundary is the Atlassian account’s product and space
permissions.
Connect Confluence in Applied
- Open Connectors.
- Click New.
- Choose Confluence.
- Enter the Confluence site URL.
- Enter the Atlassian account email.
- Paste the Atlassian API token into the API token field.
- Add the Confluence space key.
- Create the connection.
If the site URL ends in /wiki, Applied normalizes it to the Atlassian site
root.
Validate the connection
After setup:
- Sync or fetch a test page from the target space.
- Confirm the page title and content match Confluence.
- Confirm restricted pages are included or excluded as intended.
- If write actions are enabled, test against a non-production page first.
Common issues
Applied cannot find the space
Check the space key, not only the display name. Space keys are usually short
identifiers such as ENG or HELP.
Authentication fails
Confirm the Atlassian email and API token belong to the same account. Atlassian API tokens are account-specific.
Some pages are missing
Review Confluence space and page restrictions for the Atlassian account used by the Connector.