Confluence Handler
A Confluence handler is a tool or API that allows developers to interact with Confluence, a popular collaboration and documentation platform by Atlassian. This handler makes it easier to manage and manipulate content within Confluence, such as creating, updating, and retrieving pages, spaces, and user information.
Example
This code connects to Confluence using stored credentials and retrieves all available spaces, making it easy to access and manage content from the platform.
To set up Confluence with email, token, and organization access, you can follow these steps in the given link.
Set up Email, Token and Organisation as an environmental variable and run the following code.
Result
This JSON response provides detailed information about spaces in a Confluence instance, including their IDs, names, types, status, and relevant links for accessing settings, content, and operations.