Best ClickUp automations
Explore Plans
Mobile menu Close menu
ClickUpClickUp

Task updated

This trigger fires when a task is updated.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a task is updated.
API endpoint slug
clickup.task_updated

Trigger fields

Team ID Dropdown list

Label
Which workspace?
Slug
team_id
Required
true
Can have default value
false

Change type Dropdown list

Label
What changed?
Slug
change_type
Required
true
Can have default value
true

Ingredients

Task IDThe ID of the task.

Slug
task_id
Filter code
Clickup.taskUpdated.TaskId
Type
String
Example
1vj37mc

Changed fieldThe field that was updated.

Slug
changed_field
Filter code
Clickup.taskUpdated.ChangedField
Type
String
Example
status

New valueThe current value.

Slug
new_value
Filter code
Clickup.taskUpdated.NewValue
Type
String
Example
open

Old valueThe value before it was changed.

Slug
old_value
Filter code
Clickup.taskUpdated.OldValue
Type
String
Example
removed

User nameThe name of the user that made the change.

Slug
user_name
Filter code
Clickup.taskUpdated.UserName
Type
String
Example
John

User IDThe ID of the user that made the change.

Slug
user_id
Filter code
Clickup.taskUpdated.UserId
Type
String
Example
183

Updated atDate and time the task was updated.

Slug
updated_at
Filter code
Clickup.taskUpdated.UpdatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00