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
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Your Confluence domain (e.g., yourcompany.atlassian.net) |
pageId | string | Yes | Confluence page ID to retrieve |
cloudId | string | No | Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain. |
Output
| Parameter | Type | Description |
|---|---|---|
ts | string | Timestamp of retrieval |
pageId | string | Confluence page ID |
content | string | Page 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
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Your Confluence domain (e.g., yourcompany.atlassian.net) |
pageId | string | Yes | Confluence page ID to update |
title | string | No | New title for the page |
content | string | No | New content for the page in Confluence storage format |
version | number | No | Version number of the page (required for preventing conflicts) |
cloudId | string | No | Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain. |
Output
| Parameter | Type | Description |
|---|---|---|
ts | string | Timestamp of update |
pageId | string | Confluence page ID |
title | string | Updated page title |
Usage Instructions
Integrate Confluence into the workflow. Can read and update a page.
Notes
- Category:
tools - Type:
confluence