Skip to main content

Confluence

Confluence is a collaboration tool used to help teams to collaborate and share knowledge efficiently. It is part of the Atlassian suite of products and is often used for documentation, project collaboration, and knowledge management.

Get all spaces

Retrieve all spaces from your Confluence site that you have permission to view.

Fields

  • Your domain: The domain of your Confluence site. You can find this in the URL of your Confluence site, e.g., 'your-domain.atlassian.net'. This field is required and should be a valid domain name.

  • User email: The email address associated with your Confluence account. This is used for authentication. Ensure that you provide a valid email address.

Output

The output of this action is a list of all spaces that you have permission to view in your Confluence site. Each space will include details such as the space key, name, and description.

Create a new page

Creates a new page in a specified space in Confluence with a given title and body content.

Fields

  • Your Confluence Domain: The domain of your Confluence instance. You can find this in the URL of your Confluence site, e.g., 'your-domain' in 'https://your-domain.atlassian.net'. This field is required and should be a valid domain name without 'https://' and '.atlassian.net'.

  • Your Email Address: The email address associated with your Atlassian account. This field is required and should be a valid email address.

  • Space ID: The ID of the space where the page will be created. You can find this in the space settings or URL. This field is required and should be a valid space ID.

  • Page Title: The title of the page. This is required if the page status is not 'draft'. Ensure the title is a valid string with a maximum of 255 characters.

  • Page Body Content: The content of the page in the specified representation format. For an empty page, you can leave this as an empty string. This field is optional.

  • Page Status: The status of the page. Can be either 'current' for published pages or 'draft' for draft pages. This field is required and should be either 'current' or 'draft'.

Output

The output of this action is the newly created page in Confluence. It will include details such as the page ID, title, and status.