App Logo
app.clickup.com

Add a comment to a ClickUp task

Automatically add a comment to a ClickUp task on app.clickup.com. Posts a comment on a ClickUp task and confirms it appears, returning the new comment's identifier. It reports whether the same text is already on the task, so a repeat does not quietly duplicate it. A rehearsal mode fills the comment box and stops before sending.

Input

taskId required

The task's ClickUp id, as returned by the ClickUp task listing or by task creation.

comment required

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

dry_run optional

Rehearse without posting. The comment box is filled in and checked that it is ready to send, then the run stops on the step before the one that sends it.

Default: false
workspaceId optional

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

Output

dryRun required
posted required
taskId required
workspaceId required
url optional
taskName optional
commentId optional
accountUsed optional
composerReady optional
alreadyPresent optional

Whether the same text was already on the task before this run. Null when ClickUp did not return the task's activity, so the answer is unknown rather than no.

verifiedOnPage optional
outcomeConfirmed optional

FAQ

Posts a comment on a ClickUp task and confirms it appears, returning the new comment's identifier. It reports whether the same text is already on the task, so a repeat does not quietly duplicate it. A rehearsal mode fills the comment box and stops before sending.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/add_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/add_comment
You do not need one. "Add a comment to a ClickUp task" 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: taskId, comment. Optional: dry_run, workspaceId.
It returns url, dryRun, posted, taskId, taskName, commentId, accountUsed, workspaceId, composerReady, alreadyPresent, verifiedOnPage, outcomeConfirmed.
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/add_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/add_comment
It is part of Reduck's official curated catalogue.

Start building not clicking