The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "2",
"name": "Syncro to Clockify",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
490,
300
],
"parameters": {
"path": "43d196b0-63c4-440a-aaf6-9d893907cf3c",
"options": {},
"httpMethod": "POST",
"responseData": "allEntries",
"responseMode": "lastNode"
},
"typeVersion": 1
},
{
"name": "Clockify",
"type": "n8n-nodes-base.clockify",
"position": [
690,
300
],
"parameters": {
"name": "=Ticket {{$json[\"body\"][\"attributes\"][\"number\"]}} - {{$json[\"body\"][\"attributes\"][\"customer_business_then_name\"]}} [{{$json[\"body\"][\"attributes\"][\"id\"]}}]",
"workspaceId": "xxx",
"additionalFields": {}
},
"credentials": {
"clockifyApi": "<your credential>"
},
"typeVersion": 1
}
],
"active": true,
"settings": {},
"connections": {
"Webhook": {
"main": [
[
{
"node": "Clockify",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
clockifyApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Syncro to Clockify. Uses clockify. Webhook trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Syncro Status Update Clockify. Uses clockify, httpRequest. Webhook trigger; 6 nodes.
Validate Seatable Webhooks with HMAC SHA256 Authentication. Uses respondToWebhook, crypto, noOp, stickyNote. Webhook trigger; 7 nodes.
Respondtowebhook Stickynote. Uses respondToWebhook, stickyNote. Webhook trigger; 7 nodes.
Validate Seatable Webhooks with HMAC SHA256 Authentication. Uses crypto. Webhook trigger; 7 nodes.