App Logo
app.clickup.com

Create a task in a ClickUp list

Automatically create a task in a ClickUp list on app.clickup.com. Adds a task with the given name to a ClickUp list and confirms it afterwards, reporting the new task's identifier and link. A rehearsal mode fills the task in without submitting it, so the inputs can be checked before anything is created. This version sets the name only; description, priority, assignee and due date are left at the list's defaults.

Input

name required

The task name.

listId required

Numeric ClickUp list id, as returned by the ClickUp list lookup.

dry_run optional

Rehearse without creating anything. The task form is opened and the name and description are filled in and read back, then the run stops on the step before the one that submits it, so nothing reaches the list.

Default: false
description optional

Optional task description. Plain text; line breaks become separate paragraphs. Written as pasted text, so a leading slash stays literal instead of opening ClickUp's command menu.

workspaceId optional

Numeric ClickUp workspace id. Supplying it skips a lookup step; omit it to let ClickUp resolve the default workspace.

Output

name required
dryRun required
listId required
created required
listName required
workspaceId required
url optional
taskId optional
formReady optional
accountUsed optional
alreadyPresent optional
verifiedOnPage optional
existingMatches optional
outcomeConfirmed optional
descriptionApplied optional
descriptionRequested optional

FAQ

Adds a task with the given name to a ClickUp list and confirms it afterwards, reporting the new task's identifier and link. A rehearsal mode fills the task in without submitting it, so the inputs can be checked before anything is created. This version sets the name only; description, priority, assignee and due date are left at the list's defaults.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/create_task, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/create_task
You do not need one. "Create a task in a ClickUp list" 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: listId, name. Optional: dry_run, description, workspaceId.
It returns url, name, dryRun, listId, taskId, created, listName, formReady, accountUsed, workspaceId, alreadyPresent, verifiedOnPage, existingMatches, outcomeConfirmed, descriptionApplied, descriptionRequested.
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_task, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/create_task
It is part of Reduck's official curated catalogue.

Start building not clicking