@@ -800,7 +800,7 @@ Trigger workflow when a folder is created in ClickUp
800800| Parameter | Type | Description |
801801| --------- | ---- | ----------- |
802802| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
803- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
803+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
804804| ` payload ` | json | Full raw ClickUp webhook payload |
805805| ` folderId ` | string | ID of the affected folder |
806806
@@ -816,7 +816,7 @@ Trigger workflow when a folder is deleted in ClickUp
816816| Parameter | Type | Description |
817817| --------- | ---- | ----------- |
818818| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
819- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
819+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
820820| ` payload ` | json | Full raw ClickUp webhook payload |
821821| ` folderId ` | string | ID of the affected folder |
822822
@@ -832,7 +832,7 @@ Trigger workflow when a folder is updated in ClickUp
832832| Parameter | Type | Description |
833833| --------- | ---- | ----------- |
834834| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
835- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
835+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
836836| ` payload ` | json | Full raw ClickUp webhook payload |
837837| ` folderId ` | string | ID of the affected folder |
838838
@@ -848,7 +848,7 @@ Trigger workflow when a goal is created in ClickUp
848848| Parameter | Type | Description |
849849| --------- | ---- | ----------- |
850850| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
851- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
851+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
852852| ` payload ` | json | Full raw ClickUp webhook payload |
853853
854854
@@ -863,7 +863,7 @@ Trigger workflow when a goal is deleted in ClickUp
863863| Parameter | Type | Description |
864864| --------- | ---- | ----------- |
865865| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
866- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
866+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
867867| ` payload ` | json | Full raw ClickUp webhook payload |
868868
869869
@@ -878,7 +878,7 @@ Trigger workflow when a goal is updated in ClickUp
878878| Parameter | Type | Description |
879879| --------- | ---- | ----------- |
880880| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
881- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
881+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
882882| ` payload ` | json | Full raw ClickUp webhook payload |
883883
884884
@@ -893,7 +893,7 @@ Trigger workflow when a key result is created in ClickUp
893893| Parameter | Type | Description |
894894| --------- | ---- | ----------- |
895895| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
896- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
896+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
897897| ` payload ` | json | Full raw ClickUp webhook payload |
898898
899899
@@ -908,7 +908,7 @@ Trigger workflow when a key result is deleted in ClickUp
908908| Parameter | Type | Description |
909909| --------- | ---- | ----------- |
910910| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
911- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
911+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
912912| ` payload ` | json | Full raw ClickUp webhook payload |
913913
914914
@@ -923,7 +923,7 @@ Trigger workflow when a key result is updated in ClickUp
923923| Parameter | Type | Description |
924924| --------- | ---- | ----------- |
925925| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
926- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
926+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
927927| ` payload ` | json | Full raw ClickUp webhook payload |
928928
929929
@@ -938,7 +938,7 @@ Trigger workflow when a list is created in ClickUp
938938| Parameter | Type | Description |
939939| --------- | ---- | ----------- |
940940| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
941- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
941+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
942942| ` payload ` | json | Full raw ClickUp webhook payload |
943943| ` listId ` | string | ID of the affected list |
944944
@@ -954,7 +954,7 @@ Trigger workflow when a list is deleted in ClickUp
954954| Parameter | Type | Description |
955955| --------- | ---- | ----------- |
956956| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
957- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
957+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
958958| ` payload ` | json | Full raw ClickUp webhook payload |
959959| ` listId ` | string | ID of the affected list |
960960
@@ -970,7 +970,7 @@ Trigger workflow when a list is updated in ClickUp
970970| Parameter | Type | Description |
971971| --------- | ---- | ----------- |
972972| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
973- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
973+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
974974| ` payload ` | json | Full raw ClickUp webhook payload |
975975| ` listId ` | string | ID of the affected list |
976976
@@ -986,7 +986,7 @@ Trigger workflow when a space is created in ClickUp
986986| Parameter | Type | Description |
987987| --------- | ---- | ----------- |
988988| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
989- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
989+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
990990| ` payload ` | json | Full raw ClickUp webhook payload |
991991| ` spaceId ` | string | ID of the affected space |
992992
@@ -1002,7 +1002,7 @@ Trigger workflow when a space is deleted in ClickUp
10021002| Parameter | Type | Description |
10031003| --------- | ---- | ----------- |
10041004| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1005- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1005+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
10061006| ` payload ` | json | Full raw ClickUp webhook payload |
10071007| ` spaceId ` | string | ID of the affected space |
10081008
@@ -1018,7 +1018,7 @@ Trigger workflow when a space is updated in ClickUp
10181018| Parameter | Type | Description |
10191019| --------- | ---- | ----------- |
10201020| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1021- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1021+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
10221022| ` payload ` | json | Full raw ClickUp webhook payload |
10231023| ` spaceId ` | string | ID of the affected space |
10241024
@@ -1034,7 +1034,7 @@ Trigger workflow when the assignees of a task change in ClickUp
10341034| Parameter | Type | Description |
10351035| --------- | ---- | ----------- |
10361036| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1037- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1037+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
10381038| ` payload ` | json | Full raw ClickUp webhook payload |
10391039| ` taskId ` | string | ID of the affected task |
10401040
@@ -1050,7 +1050,7 @@ Trigger workflow when a comment is posted on a task in ClickUp
10501050| Parameter | Type | Description |
10511051| --------- | ---- | ----------- |
10521052| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1053- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1053+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
10541054| ` payload ` | json | Full raw ClickUp webhook payload |
10551055| ` taskId ` | string | ID of the affected task |
10561056
@@ -1066,7 +1066,7 @@ Trigger workflow when a task comment is updated in ClickUp
10661066| Parameter | Type | Description |
10671067| --------- | ---- | ----------- |
10681068| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1069- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1069+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
10701070| ` payload ` | json | Full raw ClickUp webhook payload |
10711071| ` taskId ` | string | ID of the affected task |
10721072
@@ -1082,7 +1082,7 @@ Trigger workflow when a task is created in ClickUp
10821082| Parameter | Type | Description |
10831083| --------- | ---- | ----------- |
10841084| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1085- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1085+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
10861086| ` payload ` | json | Full raw ClickUp webhook payload |
10871087| ` taskId ` | string | ID of the affected task |
10881088
@@ -1098,7 +1098,7 @@ Trigger workflow when a task is deleted in ClickUp
10981098| Parameter | Type | Description |
10991099| --------- | ---- | ----------- |
11001100| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1101- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1101+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
11021102| ` payload ` | json | Full raw ClickUp webhook payload |
11031103| ` taskId ` | string | ID of the affected task |
11041104
@@ -1114,7 +1114,7 @@ Trigger workflow when the due date of a task changes in ClickUp
11141114| Parameter | Type | Description |
11151115| --------- | ---- | ----------- |
11161116| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1117- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1117+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
11181118| ` payload ` | json | Full raw ClickUp webhook payload |
11191119| ` taskId ` | string | ID of the affected task |
11201120
@@ -1130,7 +1130,7 @@ Trigger workflow when a task is moved to a different list in ClickUp
11301130| Parameter | Type | Description |
11311131| --------- | ---- | ----------- |
11321132| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1133- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1133+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
11341134| ` payload ` | json | Full raw ClickUp webhook payload |
11351135| ` taskId ` | string | ID of the affected task |
11361136
@@ -1146,7 +1146,7 @@ Trigger workflow when the priority of a task changes in ClickUp
11461146| Parameter | Type | Description |
11471147| --------- | ---- | ----------- |
11481148| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1149- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1149+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
11501150| ` payload ` | json | Full raw ClickUp webhook payload |
11511151| ` taskId ` | string | ID of the affected task |
11521152
@@ -1162,7 +1162,7 @@ Trigger workflow when the status of a task changes in ClickUp
11621162| Parameter | Type | Description |
11631163| --------- | ---- | ----------- |
11641164| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1165- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1165+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
11661166| ` payload ` | json | Full raw ClickUp webhook payload |
11671167| ` taskId ` | string | ID of the affected task |
11681168
@@ -1178,7 +1178,7 @@ Trigger workflow when the tags of a task change in ClickUp
11781178| Parameter | Type | Description |
11791179| --------- | ---- | ----------- |
11801180| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1181- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1181+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
11821182| ` payload ` | json | Full raw ClickUp webhook payload |
11831183| ` taskId ` | string | ID of the affected task |
11841184
@@ -1194,7 +1194,7 @@ Trigger workflow when the time estimate of a task changes in ClickUp
11941194| Parameter | Type | Description |
11951195| --------- | ---- | ----------- |
11961196| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1197- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1197+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
11981198| ` payload ` | json | Full raw ClickUp webhook payload |
11991199| ` taskId ` | string | ID of the affected task |
12001200
@@ -1210,7 +1210,7 @@ Trigger workflow when the tracked time of a task changes in ClickUp
12101210| Parameter | Type | Description |
12111211| --------- | ---- | ----------- |
12121212| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1213- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1213+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
12141214| ` payload ` | json | Full raw ClickUp webhook payload |
12151215| ` taskId ` | string | ID of the affected task |
12161216
@@ -1226,7 +1226,7 @@ Trigger workflow when a task is updated in ClickUp
12261226| Parameter | Type | Description |
12271227| --------- | ---- | ----------- |
12281228| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1229- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1229+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
12301230| ` payload ` | json | Full raw ClickUp webhook payload |
12311231| ` taskId ` | string | ID of the affected task |
12321232
@@ -1242,7 +1242,7 @@ Trigger workflow on any ClickUp event (subscribes to all events)
12421242| Parameter | Type | Description |
12431243| --------- | ---- | ----------- |
12441244| ` eventType ` | string | The ClickUp event name \( e.g. taskCreated\) |
1245- | ` historyItems ` | json | History items describing what changed \( id, type, date, user, before, after\) |
1245+ | ` historyItems ` | json | History items describing what changed \( id, type, date, source, user, before, after\) |
12461246| ` payload ` | json | Full raw ClickUp webhook payload |
12471247| ` taskId ` | string | ID of the affected task \( task events only\) |
12481248| ` listId ` | string | ID of the affected list \( list events only\) |
0 commit comments