Zum Inhalt springen
DeutschlandGPT

Confluence

Search, read, and create Confluence pages from workflows

Connect your Confluence workspace to search, read, and create pages directly from your workflows.

Authentication: API Key. Provide your Confluence base URL, email, and API token when connecting.

Triggers

New Page

Fires when a new page is created in a monitored space.

OutputTypeDescription
pageIdstringPage ID
titlestringPage title
urlstringPage URL
contentstringPage body content (HTML or storage format)
spaceIdstringSpace ID
statusstringPage status (current or draft)

Updated Page

Fires when an existing page is modified.

Same outputs as New Page, plus:

OutputTypeDescription
versionnumberNew page version number

Actions

Search Pages

Searches for pages using Confluence Query Language (CQL).

InputRequiredDescription
QueryYesCQL query (e.g. text ~ "quarterly report" AND space.key = "TEAM")
OutputTypeDescription
pagesarrayMatching pages with id, title, url, space
totalnumberTotal matching results

Get Page

Retrieves a specific page by ID.

InputRequiredDescription
Page IDYesConfluence page ID
OutputTypeDescription
pageobjectFull page object with title, body, version, space

Create Page

Creates a new Confluence page.

InputRequiredDescription
Space IDYesTarget Confluence space
TitleYesPage title
Body ContentNoPage body in Confluence Storage Format or HTML
Parent Page IDNoID of the parent page
StatusNocurrent (published, default) or draft
OutputTypeDescription
pageIdstringID of the created page
urlstringURL of the new page

Update Page

Updates an existing page's title or content.

InputRequiredDescription
Page IDYesPage to update
TitleNoNew title
Body ContentNoNew body content

Get Spaces

Returns available Confluence spaces.

OutputTypeDescription
spacesarraySpace objects with id, key, name

Get Folders

Returns child pages/folders of a given page.

InputRequiredDescription
Page IDYesParent page ID
OutputTypeDescription
childrenarrayChild page objects
Was this page helpful?
Confluence · DeutschlandGPT