confluence_create_page
Create a new Confluence page by specifying space key, title, and HTML body content. Use simple HTML tags like h2, p, ul, li, and table to structure the page.
Instructions
Confluence에 새 페이지를 생성합니다. Confluence REST API v2를 사용합니다. bodyHtml에는 간단한 HTML(h2, p, ul, li, table)을 사용하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 페이지 제목 | |
| bodyHtml | Yes | 페이지 본문 HTML (예: <h2>제목</h2><p>내용</p>) | |
| spaceKey | Yes | 스페이스 키 (예: TEAM) |