Keep your time tracking clean without extra work. This setup listens for ticket updates from your system and flips a Clockify project to active or archived based on the ticket status. It is great for support teams that track time by ticket and want tidy reports.
A webhook receives a POST with ticket fields like number, customer name, and status. An IF check looks at the status. If the status is not Resolved, the flow finds the matching Clockify project by a name pattern built from the ticket data and sets archived to false. If the status is Resolved, it finds the same project and sets archived to true. The flow uses both the Clockify node for search and a direct API call for the update. This keeps project lists accurate and lets managers see only the work that is still open.
Set up a Clockify API key and point your ticket tool or a test sender to the webhook URL. Expect less manual work and fewer mistakes, since projects update right when status changes. Ideal for helpdesk tickets, client issues, and tasks that end when a ticket is resolved.