create_confluence_page
Creates a new Confluence page or blog post with content in Markdown or XHTML format. Optionally set a parent page and choose between page and blogpost types.
Instructions
Creates a new page or blog post in a Confluence space. Content can be provided in Markdown or Confluence storage format (XHTML).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The type of content to create. Can be `page` or `blogpost`. Default is `page`. | page |
| title | Yes | The title for the new page or blog post. | |
| content | Yes | The main content of the page or blog post. Can be in Markdown or Confluence storage format (XHTML). | |
| parentId | No | The ID of a parent page, which will make the new page a child of that page. Optional. | |
| spaceKey | Yes | The key of the space where the content will be created (e.g., "DEV"). |