Short answer: You can update task in ClickUp by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the ClickUp Update Task action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Task ID task_id | string | Required | Task ID. Example: abc123 |
Task Name name | string | Optional | Task Name |
Description description | string | Optional | Description |
Status status | string | Optional | Status name (must match a status in the list) |
Priority priority | options | Optional | Priority. Options: Urgent, High, Normal, Low |
Due Date due_date | string | Optional | Unix timestamp in milliseconds |
{"task_id": "e.g. abc123","name": "{{trigger.name}}","description": "{{trigger.description}}","status": "e.g. complete","priority": "{{trigger.priority}}"}
{"id": "abc123","name": "Updated task","status": {"status": "complete"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.