create_confluence_page
Create Confluence pages for incident reports, runbook entries, meeting notes, and documentation using HTML or plain text content.
Instructions
Create a new Confluence page.
Use this to create incident reports, runbook entries, meeting notes, or any documentation. Content should be in simple HTML or plain text (which will be wrapped in HTML paragraphs).
Args: title: The page title (must be unique within the space). body: The page content. Can be HTML or plain text. For plain text, paragraphs are separated by blank lines. space_key: Space key (default from config). parent_page_id: Optional parent page ID to nest under.
Returns confirmation with the new page ID and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| body | Yes | ||
| space_key | No | ||
| parent_page_id | No |