Procedures
Automation procedures in the Confluence book.
Ensure that you have installed or connected the Confluence book and created a new playground before using these automation procedures.
to create a page in a (space)
Creates a page in Confluence
Input Concepts
Concept
Description
Type
Required
Default Value
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
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
Retrieves pages from Confluence
Output Concepts
Concept
Description
Type
Examples
Retrieve all pages
retrieve some pages from confluenceRetrieve a space by its title.
retrieve the page from confluence whose title is "Integration Docs"to retrieve some (spaces) from confluence
Retrieves spaces from Confluence
Output Concepts
Concept
Description
Type
Examples
Retrieve all spaces
retrieve some spaces from confluenceRetrieve a space by its key.
retrieve a space from confluence whose keys is "MySpaceKey"Last updated
Was this helpful?
