This workflow listens for incoming webhook triggers with a PATCH request to add tasks to the queue. It then processes task details, updates statuses, removes/adds tags in ClickUp, and updates related PostgreSQL entries accordingly, ensuring task progression and queuing logic are handled efficiently.
{"id":"02f90c6f-09fb-4617-b2f5-401d0d094767","name":"Webhook3","type":"n8n-nodes-base.webhook"} at position [20,920]."add-to-queue".[160,2700].taskId.[900,2940].[900,2680].[-300,600].[900,1800].clickup_statuses table for tag/color management.clickup_statuses where color is not null.[900,3180].aa_log, such as queuing actions.[640,840].ClickUp2 sets task status to “open” and removes assignees in the “design squad” or “video squad” from the task.ClickUp3 removes the “queued” tag from the task.ClickUp5 adds the “queued” tag to the task."reviewed" with POST method.preferences.changeStatus.enabled, presence of tags to add/remove, and comment enable flag.Respond to Webhook1 at [2800,2720].Merge, Merge1, Merge2, Merge3, Split Out, Split Out1, Split Out2.aa_log) with queued task info.status, tags, assignees, and related metadata in PostgreSQL and ClickUp.