clickup_doc_add_page
Add a page to a ClickUp document by specifying the document ID and page name, with optional content, subtitle, and parent page for organization.
Instructions
Add a page to a doc
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Page content (markdown) | |
| doc_id | Yes | Doc ID | |
| name | Yes | Page name | |
| parent_page_id | No | Parent page ID for nested pages | |
| sub_title | No | Page subtitle | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |