Confluence

Interact with Confluence

Configuration

Read Page

Operation
Read Page
Domain*
Enter Confluence domain (e.g., tradinggoose.atlassian.net)
Confluence Account*
Select Confluence account
Select Page
Select Confluence page
Page ID
Enter Confluence page ID
Read Page (confluence_retrieve)

Retrieve content from Confluence pages using the Confluence API.

Input
ParameterTypeRequiredDescription
domainstringYesYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringYesConfluence page ID to retrieve
cloudIdstringNoConfluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Output
ParameterTypeDescription
tsstringTimestamp of retrieval
pageIdstringConfluence page ID
contentstringPage content with HTML tags stripped

Update Page

Operation
Update Page
Domain*
Enter Confluence domain (e.g., tradinggoose.atlassian.net)
Confluence Account*
Select Confluence account
Select Page
Select Confluence page
Page ID
Enter Confluence page ID
New Title
Enter new title for the page
New Content
Enter new content for the page
Update Page (confluence_update)

Update a Confluence page using the Confluence API.

Input
ParameterTypeRequiredDescription
domainstringYesYour Confluence domain (e.g., yourcompany.atlassian.net)
pageIdstringYesConfluence page ID to update
titlestringNoNew title for the page
contentstringNoNew content for the page in Confluence storage format
versionnumberNoVersion number of the page (required for preventing conflicts)
cloudIdstringNoConfluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Output
ParameterTypeDescription
tsstringTimestamp of update
pageIdstringConfluence page ID
titlestringUpdated page title

Usage Instructions

Integrate Confluence into the workflow. Can read and update a page.

Notes

  • Category: tools
  • Type: confluence