Procedures

Automation procedures in the Confluence book.

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

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

retrieve a space from confluence whose keys is "MySpaceKey"
use the above as the space
>>>
create a page in the space
    the title is "Page from playground 2"
    the body is "This is a new page created from a kognitos playground!"

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 some pages from confluence

Retrieve a space by its title.

retrieve the page from confluence whose title is "Integration Docs"

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 some spaces from confluence

Retrieve a space by its key.

retrieve a space from confluence whose keys is "MySpaceKey"

Last updated

Was this helpful?