App Logo
app.clickup.com

Create a ClickUp Doc

Automatically create a ClickUp Doc on app.clickup.com. Creates a Doc in a ClickUp workspace with a title and, if you give one, a first page of text. Reports whether a doc of that name already existed and confirms the new doc by reading it back. A rehearsal mode checks the workspace and the name without creating anything.

Input

name required

Title of the Doc. ClickUp also uses this as the name of its first page.

content optional

Optional text for the Doc's first page. Line breaks become separate paragraphs. Leave it out to create an empty Doc.

dry_run optional

When true the workspace is opened and the create control is checked, and the run stops before creating anything. Clicking that control is what creates the Doc in ClickUp, so there is no later step to stop at: created comes back false and docId is null.

workspaceId optional

Numeric ClickUp workspace id. Omit it to use the account's default workspace.

Output

name required
dryRun required
created required
workspaceId required
url optional
docId optional
pageId optional
accountUsed optional

The ClickUp account that performed the action, read from the session.

alreadyPresent optional

Whether a Doc of this name already existed in the workspace before the run. Null when ClickUp did not return the workspace's Doc list, so the answer is unknown rather than no.

verifiedOnPage optional

Whether the new Doc was re-opened after creation and its title, and text when one was given, were read back from ClickUp.

existingDocCount optional

How many Docs the workspace listed before the run, which is the basis for alreadyPresent.

createControlReady optional

FAQ

Creates a Doc in a ClickUp workspace with a title and, if you give one, a first page of text. Reports whether a doc of that name already existed and confirms the new doc by reading it back. A rehearsal mode checks the workspace and the name without creating anything.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/create_doc, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/create_doc
You do not need one. "Create a ClickUp Doc" drives the real app.clickup.com pages in a browser, so it works whether or not app.clickup.com offers an API for this.
Required: name. Optional: content, dry_run, workspaceId.
It returns url, name, docId, dryRun, pageId, created, accountUsed, workspaceId, alreadyPresent, verifiedOnPage, existingDocCount, createControlReady.
Yes. It acts as you on app.clickup.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.clickup.com cookies saved by the Reduck extension.
It makes changes on app.clickup.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/create_doc, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/create_doc
It is part of Reduck's official curated catalogue.

Start building not clicking