Tool to create a page in a ClickUp Doc (v3 Docs API). Use when you need to add a new page to an existing document, either as a root page or as a sub-page under a parent page.
namestringThe name of the new page. If not provided, page will be created with an empty name.
doc_idRequiredstringThe ID of the doc in format '{alphanumeric_prefix}-{number}' (e.g., '2kz0k9bp-1096'). To get a valid doc_id, use CLICKUP_CLICK_UP_SEARCH_DOCS or extract from a ClickUp Doc URL.
contentstringThe content of the new page. Supports markdown or plain text based on content_format.
sub_titlestringThe subtitle of the new page.
workspace_idRequiredintegerThe ID of the Workspace. Obtain this from the CLICKUP_AUTHORIZATION_GET_WORK_SPACE_LIST or CLICKUP_CLICK_UP_SEARCH_DOCS action.
content_formatstringThe format the page content is in. Defaults to 'text/md' for markdown.
parent_page_idstringThe ID of the parent page. If provided, the new page will be created as a sub-page. If omitted, this will be a root page in the Doc.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.