Explore Plans
Mobile menu Close menu
ClickUp

Task updated

This trigger fires when a task is updated.

Developer info

API endpoint slug
clickup.task_updated

Trigger fields

Team 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 The ID of the task.

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

Changed field The field that was updated.

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

New value The current value.

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

Old value The value before it was changed.

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

User name The name of the user that made the change.

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

User The ID of the user that made the change.

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

Updated at Date 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+05:00