Create a ClickUp Doc
Input
name requiredTitle of the Doc. ClickUp also uses this as the name of its first page.
content optionalOptional text for the Doc's first page. Line breaks become separate paragraphs. Leave it out to create an empty Doc.
dry_run optionalWhen 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 optionalNumeric ClickUp workspace id. Omit it to use the account's default workspace.
Output
name requireddryRun requiredcreated requiredworkspaceId requiredurl optionaldocId optionalpageId optionalaccountUsed optionalThe ClickUp account that performed the action, read from the session.
alreadyPresent optionalWhether 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 optionalWhether the new Doc was re-opened after creation and its title, and text when one was given, were read back from ClickUp.
existingDocCount optionalHow many Docs the workspace listed before the run, which is the basis for alreadyPresent.
createControlReady optional