@slates-integrations/confluence
v0.2.0-rc.13
Published
Create, read, update, and delete pages, blog posts, comments, and attachments in Confluence spaces. List spaces, manage labels, content restrictions, and page properties, and search content using Confluence Query Language (CQL). Upload, inspect, list, and
Downloads
392
Readme
Confluence
Create, read, update, and delete pages, blog posts, comments, and attachments in Confluence spaces. List spaces, manage labels, content restrictions, and page properties, and search content using Confluence Query Language (CQL). Upload, inspect, list, and delete file attachments with version metadata. Read current user and group information. Listen for webhooks on page, blog, comment, attachment, space, and label events.
Tools
Create Page
Create a new Confluence page in a specified space. The body should be in Confluence storage format (XHTML-based). Optionally set a parent page to create hierarchical content.
Delete Page
Delete a Confluence page by ID. The page is moved to trash and can be restored later.
Get Attachments
List file attachments on a Confluence page or blog post. Returns attachment metadata including file name, media type, size, and download link.
Upload Attachment
Upload a file attachment to a Confluence page or blog post from base64-encoded content.
Get Attachment
Retrieve a Confluence attachment by ID, including file metadata and download link when available.
Delete Attachment
Delete a Confluence attachment by ID. Attachments are moved to trash unless purged after being trashed.
Get Content Versions
Retrieve the version history of a Confluence page or blog post. Shows who made changes, when, and their version messages.
Get Page Children
Retrieve the direct child pages of a Confluence page. Useful for navigating the page hierarchy.
Get Page
Retrieve a Confluence page by its ID, with optional body content. Returns page metadata including title, space, version, and status. Use includeBody to fetch the full storage-format content.
List Pages
List Confluence pages, optionally filtered by space, title, or status. Returns page metadata for each result. Supports pagination via cursor.
List Spaces
List Confluence spaces with optional filtering by space key, type, or status. Returns space metadata including name, key, and type.
List Blog Posts
List Confluence blog posts, optionally filtered by space or title. Returns blog post metadata for each result.
Get Comments
Retrieve footer comments on a Confluence page. Returns comment metadata and body content.
Get Labels
Get all labels on a Confluence content item (page, blog post, or attachment).
Get Page Properties
Retrieve all content properties (key-value metadata) for a Confluence page.
Get Content Restrictions
Get read and update restrictions on a Confluence content item. Shows which users and groups have restricted access.
Get Current User
Retrieve the currently authenticated Confluence user's profile information.
Search Content
Search Confluence content by plain text or advanced CQL. Use query for normal keyword searches such as release notes, or use cql for structured filters such as type=page AND space=DEV or text ~ "release notes".
Update Page
Update an existing Confluence page's title, body, or status. Requires the current version number to prevent conflicts. If you don't know the current version, use Get Page first to retrieve it.
License
This integration is licensed under the FSL-1.1.
