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. Manage spaces, permissions, labels, and content restrictions. Search content using Confluence Query Language (CQL). Upload and download file attachments with versioning. Manage users, groups, and group memberships. Create and manage whiteboards, databases, folders, and templates. View and update inline tasks. Access audit logs. Listen for webhooks on page, blog, comment, attachment, space, label, and user 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. Returns attachment metadata including file name, media type, and size.
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 AGPL-3.0 License.
Built with ❤️ by Metorial