Short answer: Drop the "ClickUp → Update Task" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.