Sources
Confluence
Ingest your files into Unstructured from Confluence.
The requirements are as follows.
- A Confluence account.
- The URL for the target Confluence instance.
- A Confluence user with the correct permissions to access the target spaces and pages in the Confluence instance.
- A Confluence API token for the target Confluence user.
- Optionally, the names of the specific spaces in the Confluence instance to access.
To create or change a Confluence source connector, see the following examples.
Replace the preceding placeholders as follows:
<name>
(required) - A unique name for this connector.<url>
(required) - The URL to the target Confluence Cloud instance.<user-email>
(required) - The email address of the user who has access to the instance.<api-token>
(required) - The Confluence API token that provides access to the instance.<max-num-of-spaces>
- The maximum number of Confluence spaces to access within the Confluence Cloud instance. The default is500
unless otherwise specified.<max-num-of-docs-from-each-space>
- The maximum number of documents to access within each space. The default is150
unless otherwise specified.spaces
is an array of strings, with each<space-name>
specifying the name of a space to access, for example:["luke","paul"]
. By default, if no space names are specified, and the<max-num-of-spaces>
is exceeded for the instance, be aware that you might get unexpected results.
To change a connector, replace <connector-id>
with the source connector’s unique ID.
To get this ID, see List source connectors.
Was this page helpful?