This API endpoint is triggered by a webhook when a task is reviewed. It initiates a series of operations including updating task details in Postgres, interacting with ClickUp to update tags and status, and managing project data. The workflow incorporates multiple nodes to handle data processing, database queries, and external API calls, ensuring synchronized task and project management within the mySquad environment.
/reviewed path. When a task review is submitted, it activates the workflow, capturing the task-related data for further processing.
path: “reviewed”responseMode: “lastNode” (Responds after the last node execution)webhookId: “54fa2528-0d96-4c59-ab77-b38a2541412b”reviewedlastNode54fa2528-0d96-4c59-ab77-b38a2541412b$json.body.preferences$json.body.taskIdSquadData
taskId.
Credentials: SquadData - N. Cal Replica
SquadData
ClickUp (update tags)ClickUp3 (add ‘queued’ tag)ClickUp2 (update status to ‘open’ and remove specific assignee tags)ClickUp6 (add comment with review details)Edit Fields, Edit Fields2, Edit Fields3, Edit Fields4, Edit Fields5, Edit Fields6, Edit Fields7Respond to Webhook1: Responds once processing completes.Webhook3: Handles adding tasks to queue, if necessary.Split Out, Merge, Active Project Check) handle auxiliary data manipulations, message handling, and API calls to external systems.