1
0
mirror of synced 2026-01-05 03:04:38 -05:00
Files
airbyte/docs/integrations/sources/confluence.md
2023-03-23 17:47:33 +02:00

3.4 KiB

Confluence

This page contains the setup guide and reference information for the Confluence source connector.

Prerequisites

  • API Token
  • Your Confluence domain name
  • Your Confluence login email

Setup guide

Step 1: Set up Confluence connector

  1. Log into your Airbyte Cloud or Airbyte Open Source account.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Confluence from the Source type dropdown.
  4. Enter a name for your source.
  5. For API Token follow the Jira confluence for generating an API Token
  6. For Domain name enter your Confluence domain name.
  7. For Email enter your Confluence login email.

Supported sync modes

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync No
Incremental - Dedupe Sync No
SSL connection No
Namespaces No

Supported Streams

:::note Stream Audit requires Standard or Premium plan. :::

Data type map

The Confluence API uses the same JSONSchema types that Airbyte uses internally (string, date-time, object, array, boolean, integer, and number), so no type conversions happen as part of this source.

Performance considerations

The Confluence connector should not run into Confluence API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Changelog

Version Date Pull Request Subject
0.1.3 2023-03-13 23988 Add view and storage to pages body, add check for stream Audit
0.1.2 2023-03-06 23775 Set additionalProperties: true, update docs and spec
0.1.1 2022-01-31 9831 Fix: Spec was not pushed to cache
0.1.0 2021-11-05 7241 🎉 New Source: Confluence