create_page
Create a Confluence page in a specified space with a title, optional parent, body content, and format (Markdown or storage), or from a file.
Instructions
Create a new Confluence page.
Args: space_id: The space ID (numeric). title: Page title. body: Page content (ignored if input_file is provided). parent_id: Optional parent page ID. body_format: "markdown" or "storage" (default: markdown). input_file: Path to a file whose content becomes the page body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | Yes | ||
| space_id | Yes | ||
| parent_id | No | ||
| input_file | No | ||
| body_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |