Built by Metorial, the integration platform for agentic AI.
Provider Summary
create and edit pages
manage blog posts
search content with CQL
manage spaces and permissions
upload and download attachments
add and remove labels
manage comments
manage users and groups
manage content restrictions
track page version history
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.
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 a Confluence page by ID. The page is moved to trash and can be restored later.
List file attachments on a Confluence page or blog post. Returns attachment metadata including file name, media type, size, and download link.
Upload a file attachment to a Confluence page or blog post from base64-encoded content.
Retrieve a Confluence attachment by ID, including file metadata and download link when available.
Delete a Confluence attachment by ID. Attachments are moved to trash unless purged after being trashed.
Retrieve the version history of a Confluence page or blog post. Shows who made changes, when, and their version messages.
Retrieve the direct child pages of a Confluence page. Useful for navigating the page hierarchy.
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 Confluence pages, optionally filtered by space, title, or status. Returns page metadata for each result. Supports pagination via cursor.
List Confluence spaces with optional filtering by space key, type, or status. Returns space metadata including name, key, and type.
List Confluence blog posts, optionally filtered by space or title. Returns blog post metadata for each result.
Retrieve footer comments on a Confluence page. Returns comment metadata and body content.
Get all labels on a Confluence content item (page, blog post, or attachment).
Retrieve all content properties (key-value metadata) for a Confluence page.
Get read and update restrictions on a Confluence content item. Shows which users and groups have restricted access.
Retrieve the currently authenticated Confluence user's profile information.
Search Confluence content using CQL (Confluence Query Language). CQL supports filtering by type, space, label, creator, date, title, text content, and more. Example CQL queries: - \
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.
This integration is licensed under the FSL-1.1.
Built with ❤️ by Metorial