For the complete documentation index, see llms.txt. This page is also available as Markdown.

Confluence

Procedures and concepts for the Confluence integration.

The following documentation is for Confluence v1.3.0 (BDK).

Overview

This integration provides automation capabilities for Confluence, enabling streamlined workflows and enhanced productivity. Connect your processes with Confluence to automate routine tasks and improve operational efficiency.

Prerequisites

1. Required Books

The following Book(s) need to be added to your agent so it can learn and understand the automation procedures defined within them:

  • Confluence

How to Add the Book(s)

  1. Go to Books → All Books.

  2. Search for the name of the book and click on it.

  3. Click on Install or Add Connection to add the book to your agent.

  4. If adding a connection, you'll be prompted for connectivity details.

Connectivity

This section outlines the available methods for connecting to the Book, along with the required configuration details for each.

Connect using Email, Domain and Token

Connects to an API using the provided email and Atlassian token.

Label
Description
Type

Email

The email address for authentication

text

Domain

The domain of the Atlassian account

text

Token

The Atlassian API token for authentication

sensitive

Procedures

to create a page in a (space)

Creates a page in Confluence

Input Concepts

Concept
Description
Type
Required
Default Value

The Confluence space where the page will be created

confluence space

Yes

(no default)

title

The title of the page to create

text

Yes

(no default)

body

The body content of the page in wiki format

text

Yes

(no default)

Output Concepts

Concept
Description
Type

The created ConfluencePage instance

confluence page

Examples

Retrieve all pages

to retrieve some (pages) from confluence

FILTER - CAPABLE

Retrieves pages from Confluence

Output Concepts

Concept
Description
Type

the list of pages

confluence page

Examples

Retrieve all pages

Retrieve a space by its title.

to retrieve some (spaces) from confluence

FILTER - CAPABLE

Retrieves spaces from Confluence

Output Concepts

Concept
Description
Type

the list of spaces

confluence space

Examples

Retrieve all spaces

Retrieve a space by its key.

Concepts

Confluence space

A Space in Confluence

Field Name
Description
Type

id

The unique identifier of the space

text

name

The name of the space

text

Confluence page

A Page in Confluence

Field Name
Description
Type

id

The unique identifier of the page

text

title

The title of the page

text

content

The content of the page

text

Last updated

Was this helpful?