create_doc_page
Add a new page to a ClickUp Doc. Specify title, body, format, and nest under a parent page.
Instructions
Create a new page inside a Doc (v3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| doc_id | Yes | Doc ID. | |
| name | Yes | Page title. | |
| content | No | Page body. | |
| content_format | No | Default text/md. | |
| parent_page_id | No | Nest under another page. | |
| sub_title | No |