Confluence Cloud automation
Poll-based trigger: fire when new pages/blogposts/comments are created. Confluence has no general inbound webhook for REST/Basic-auth clients, so we poll the v1 CQL search (``type IN (page, blogpost, comment) order by created desc``) on a schedule and emit only content created since the last poll, deduped on the most-recent content id.
4 fields
List pages, optionally filtered by space, status, or title.
Get a single page by ID, optionally including its body.
2 fields
Create a page in a space.
6 fields
Update a page. Requires the new version number (current + 1).
7 fields
Trash (or permanently purge) a page.
List all pages within a given space.
3 fields
List the direct child pages of a page.
List the version history of a page.
Get the ancestor pages (breadcrumb path) of a page.
List blog posts, optionally filtered by space or status.
Get a single blog post by ID, optionally including its body.
Create a blog post in a space.
5 fields
Update a blog post. Requires the new version number (current + 1).
Delete a blog post.
List spaces, optionally filtered by key, type, or status.
Get a single space by ID.
1 field
Create a new Confluence space.
List labels applied to a space.
List footer comments on a page.
Add a footer comment to a page or blog post.
Update the body of a footer comment.
Delete a footer comment.
List footer comments on a blog post.
List inline (highlight) comments on a page.
Create an inline comment anchored to selected text on a page or blog post.
Update the body of an inline comment.
Delete an inline comment.
List inline comments on a blog post.
List attachments on a page.
Get attachment metadata, including its download link.
Upload a file as an attachment to a page (v1 multipart API).
Delete an attachment.
List labels attached to a page.
Add a label to content (page or blog post). Uses the v1 API.
Remove a label from content (page or blog post). Uses the v1 API.
List custom content properties (key/value metadata) on a page.
Set a custom content property on a page.
Update an existing content property on a page (requires the property ID and current version).
Delete a content property from a page.
List inline tasks (checkboxes) across the site or filtered by space/page.
Get a single inline task by ID.
Update an inline task (e.g., mark as complete or incomplete).
Full-text / structured search via CQL (v1). Returns search results.
CQL search returning content objects only (v1).
Get the authenticated user's account info (v1).
Wire Confluence into a coding agent and let it use these operations as tools.
Start building workflows in minutes with our visual builder. No code required.