Skip to content

Commit 039808f

Browse files
authored
Platform: Confluence source connector (#341)
1 parent d35f21d commit 039808f

File tree

5 files changed

+42
-0
lines changed

5 files changed

+42
-0
lines changed

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@
451451
"pages": [
452452
"platform/sources/overview",
453453
"platform/sources/azure-blob-storage",
454+
"platform/sources/confluence",
454455
"platform/sources/databricks-volumes",
455456
"platform/sources/google-cloud",
456457
"platform/sources/mongodb",

platform/connectors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The Unstructured Platform supports connecting to the following source and destin
1212
## Sources
1313

1414
- [Azure](/platform/sources/azure-blob-storage)
15+
- [Confluence](/platform/sources/confluence)
1516
- [Databricks Volumes](/platform/sources/databricks-volumes)
1617
- [Google Cloud Storage](/platform/sources/google-cloud)
1718
- [MongoDB](/platform/sources/mongodb)

platform/sources/confluence.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Confluence
3+
---
4+
5+
Ingest your files into Unstructured from Confluence.
6+
7+
You'll need:
8+
9+
import ConfluencePrerequisites from '/snippets/general-shared-text/confluence.mdx';
10+
11+
<ConfluencePrerequisites />
12+
13+
To create the source connector:
14+
15+
1. On the sidebar, click **Connectors**.
16+
2. Click **Sources**.
17+
3. Click **Add new**.
18+
4. Give the connector some unique **Name**.
19+
5. In the **Provider** area, click **Confluence**.
20+
6. Click **Continue**.
21+
7. Follow the on-screen instructions to fill in the fields as described later on this page.
22+
8. Click **Save and Test**.
23+
24+
import ConfluenceFields from '/snippets/general-shared-text/confluence-platform.mdx';
25+
26+
<ConfluenceFields />

platform/sources/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ To create a source connector:
1919
7. Fill in the fields according to your connector type. To learn how, click your connector type in the following list:
2020

2121
- [Azure](/platform/sources/azure-blob-storage)
22+
- [Confluence](/platform/sources/confluence)
2223
- [Databricks Volumes](/platform/sources/databricks-volumes)
2324
- [Google Cloud Storage](/platform/sources/google-cloud)
2425
- [MongoDB](/platform/sources/mongodb)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Fill in the following fields:
2+
3+
- **Name** (_required_): A unique name for this connector.
4+
- **URL** (_required_): The URL to the target Confluence Cloud instance.
5+
- **User Email** (_required_): The email address of the user who has access to the instance.
6+
- **API Token** (_required_): The Confluence API token that provides access to the instance.
7+
- **Max Number of Spaces**: The maximum number of Confluence spaces to access within the Confluence Cloud instance.
8+
The default is 500 unless otherwise specified.
9+
- **Max Number of Docs Per Space**: The maximum number of documents to access within each space.
10+
The default is 150 unless otherwise specified.
11+
- **List of Spaces**: A comma-separated string that lists the names of all of the spaces to access, for example: `luke,paul`.
12+
By default, if no space names are specified, and the **Max Number of Spaces** is reached for the instance, be aware that you might get
13+
unexpected results.

0 commit comments

Comments
 (0)