Update time-tracking projects based on Syncro status changes
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER 🎉 Early Black Friday Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
This workflow is part of an MSP collection, which is publicly available on GitHub.
This workflow archives or unarchives a Clockify projects, depending on a Syncro status. Note that Syncro should be setup with a webhook via 'Notification Set for Ticket - Status was changed'. It doesn't handle merging of tickets, as Syncro doesn't support a 'Notification Set' for merged tickets, so you should change a ticket to 'Resolved' first before merging it.
Prerequisites
- A Clockify account and credentials
Nodes
- Webhook node triggers the workflow.
- IF node filters projects that don't have the status 'Resolved'.
- Clockify nodes get all projects that (don't) have the status 'Resolved', based on the IF route.
- HTTP Request nodes unarchives unresolved projects, and archives resolved projects, respectively.