Tools
Confluence Interact with Confluence
Copy Link Share Ask AI
Confluence is Atlassian's powerful team collaboration and knowledge management platform. It serves as a centralized workspace where teams can create, organize, and share information across departments and organizations.
With Confluence, you can:
Create structured documentation : Build comprehensive wikis, project plans, and knowledge bases with rich formatting
Collaborate in real-time : Work together on documents with teammates, with comments, mentions, and editing capabilities
Organize information hierarchically : Structure content with spaces, pages, and nested hierarchies for intuitive navigation
Integrate with other tools : Connect with Jira, Trello, and other Atlassian products for seamless workflow integration
Control access permissions : Manage who can view, edit, or comment on specific content
In Nuxa, the Confluence integration enables your agents to access and leverage your organization's knowledge base. Agents can retrieve information from Confluence pages, search for specific content, and even update documentation when needed. This allows your workflows to incorporate the collective knowledge stored in your Confluence instance, making it possible to build agents that can reference internal documentation, follow established procedures, and maintain up-to-date information resources as part of their operations.
Integrate Confluence into the workflow. Can read, create, update, delete pages, manage comments, attachments, labels, and search content.
Retrieve content from Confluence pages using the Confluence API.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) pageIdstring Yes Confluence page ID to retrieve cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of retrieval pageIdstring Confluence page ID contentstring Page content with HTML tags stripped titlestring Page title
Update a Confluence page using the Confluence API.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) pageIdstring Yes Confluence page ID to update titlestring No New title for the page contentstring No New content for the page in Confluence storage format versionnumber No Version number of the page (required for preventing conflicts) cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of update pageIdstring Confluence page ID titlestring Updated page title successboolean Update operation success status
Create a new page in a Confluence space.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) spaceIdstring Yes Confluence space ID where the page will be created titlestring Yes Title of the new page contentstring Yes Page content in Confluence storage format (HTML) parentIdstring No Parent page ID if creating a child page cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of creation pageIdstring Created page ID titlestring Page title urlstring Page URL
Delete a Confluence page (moves it to trash where it can be restored).
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) pageIdstring Yes Confluence page ID to delete cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of deletion pageIdstring Deleted page ID deletedboolean Deletion status
Search for content across Confluence pages, blog posts, and other content.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) querystring Yes Search query string limitnumber No Maximum number of results to return (default: 25) cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of search resultsarray Search results
Add a comment to a Confluence page.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) pageIdstring Yes Confluence page ID to comment on commentstring Yes Comment text in Confluence storage format cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of creation commentIdstring Created comment ID pageIdstring Page ID
List all comments on a Confluence page.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) pageIdstring Yes Confluence page ID to list comments from limitnumber No Maximum number of comments to return (default: 25) cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of retrieval commentsarray List of comments
Update an existing comment on a Confluence page.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) commentIdstring Yes Confluence comment ID to update commentstring Yes Updated comment text in Confluence storage format cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of update commentIdstring Updated comment ID updatedboolean Update status
Delete a comment from a Confluence page.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) commentIdstring Yes Confluence comment ID to delete cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of deletion commentIdstring Deleted comment ID deletedboolean Deletion status
List all attachments on a Confluence page.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) pageIdstring Yes Confluence page ID to list attachments from limitnumber No Maximum number of attachments to return (default: 25) cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of retrieval attachmentsarray List of attachments
Delete an attachment from a Confluence page (moves to trash).
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) attachmentIdstring Yes Confluence attachment ID to delete cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of deletion attachmentIdstring Deleted attachment ID deletedboolean Deletion status
List all labels on a Confluence page.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) pageIdstring Yes Confluence page ID to list labels from cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of retrieval labelsarray List of labels
Get details about a specific Confluence space.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) spaceIdstring Yes Confluence space ID to retrieve cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of retrieval spaceIdstring Space ID namestring Space name keystring Space key typestring Space type statusstring Space status urlstring Space URL
List all Confluence spaces accessible to the user.
Parameter Type Required Description domainstring Yes Your Confluence domain (e.g., yourcompany.atlassian.net) limitnumber No Maximum number of spaces to return (default: 25) cloudIdstring No Confluence Cloud ID for the instance. If not provided, it will be fetched using the domain.
Parameter Type Description tsstring Timestamp of retrieval spacesarray List of spaces
Category: tools
Type: confluence