Tool to create a new Confluence page in a specified space. Use when you need to create new documentation or content.
bodyobjectWrapper for page body content.
titleRequiredstringTitle of the new page. Title uniqueness is scoped per parent: duplicates are allowed under different parents but not under the same parent.
spaceIdRequiredstringID or key of the space where the page will be created. Can be a numeric space ID (e.g., '12345678') or a space key (e.g., 'DOCS', 'TEAM'). Space keys are automatically converted to IDs.
parentIdstringID of the parent page. If omitted, the Confluence API will automatically place the page under the space's homepage. Provide this to create the page as a child of a specific page. Must be a numeric page ID only — page titles and page keys are not accepted and will cause errors. O…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action