Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ai-kb.automationanywhere.com/llms.txt

Use this file to discover all available pages before exploring further.

The Confluence Toolkit allows your workflows to interact with Confluence — retrieving spaces, pages, and content, as well as creating, searching, and deleting pages.

Authentication

All Confluence tools require a Confluence account connection. Each tool includes a Confluence Account selector with two options:
OptionDescription
Use my Confluence accountUses your personal connected Confluence account.
Use team accountUses a shared team Confluence account configured for the project.
If no account is connected, click Connect Confluence Account to authenticate.

Tools

Get Confluence Sites

Retrieves all Confluence sites accessible to the connected account.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.

Get Confluence Spaces

Retrieves spaces accessible to the connected Confluence account.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
LimitNoMaximum number of spaces to return. Default is 50.
TypeNoFilter by space type (personal, global). Default is null.

Get Confluence Pages

Retrieves pages from a Confluence space with optional filters for status and pagination.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
Space KeyNoThe key of the space to get pages from. Type @ to select a variable. Default is null.
LimitNoMaximum number of pages to return. Default is 50.
StatusNoFilter by page status (current, draft, archived). Default is null.

Get Confluence Page Content

Retrieves the content of a specific Confluence page.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
Page IdYesThe ID of the page to get content for. Type @ to select a variable.
FormatNoContent format to return. Options: storage, view, export_view. Default is storage.

Get Confluence Page History

Retrieves the version history of a specific Confluence page.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
Page IdYesThe ID of the page to get history for. Type @ to select a variable.
LimitNoMaximum number of history entries to return. Default is 10.

Get Confluence Attachments

Retrieves the attachments associated with a specific Confluence page.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
Page IdYesThe ID of the page to get attachments for. Type @ to select a variable.

Get Confluence Comments

Retrieves comments on a specific Confluence page.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
Page IdYesThe ID of the page to get comments for. Type @ to select a variable.
LimitNoMaximum number of comments to return. Default is 25.

Search Confluence Content

Searches for content across a Confluence site using a query string.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
QueryYesThe search query string. Type @ to select a variable.
Space KeyNoLimit the search to a specific space. Type @ to select a variable. Default is null.
Content TypeNoFilter by content type (page, blogpost, comment, attachment). Default is null.
LimitNoMaximum number of results to return. Default is 25.

Create Confluence Page

Creates a new page in a specified Confluence space.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
Space KeyYesThe key of the space where the page will be created. Type @ to select a variable.
TitleYesThe title of the page. Type @ to select a variable.
ContentYesPage content in Confluence storage format or plain text. Type @ to select a variable.
Parent IdNoThe ID of the parent page for creating child pages. Default is null.
ConfirmNoMust be enabled to execute. Double-confirms that you intend to create a new Confluence page. Default is false.

Delete Confluence Page

Deletes a specific Confluence page by its ID.
FieldRequiredDescription
Confluence AccountYesSelect your personal or team Confluence account.
Page IdYesThe ID of the page to delete. Type @ to select a variable.
ConfirmNoMust be enabled to execute. Double-confirms that you intend to delete the Confluence page. Default is false.