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 →
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Clockify",
"type": "n8n-nodes-base.clockify",
"position": [
450,
300
],
"parameters": {
"name": "n8n-docs",
"workspaceId": "5f7af249d33ce12a712306dd",
"additionalFields": {
"note": "For n8n-docs",
"color": "#0000FF",
"isPublic": false
}
},
"credentials": {
"clockifyApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Clockify1",
"type": "n8n-nodes-base.clockify",
"position": [
650,
300
],
"parameters": {
"name": "docs",
"resource": "tag",
"workspaceId": "5f7af249d33ce12a712306dd"
},
"credentials": {
"clockifyApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Clockify2",
"type": "n8n-nodes-base.clockify",
"position": [
850,
300
],
"parameters": {
"start": "2020-10-05T08:30:00.000Z",
"resource": "timeEntry",
"workspaceId": "5f7af249d33ce12a712306dd",
"additionalFields": {
"end": "2020-10-05T09:30:00.000Z",
"tagIds": [
"5f7afbfc73610f56b88ee9ef"
],
"description": "Added Clockify Docs"
}
},
"credentials": {
"clockifyApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Clockify3",
"type": "n8n-nodes-base.clockify",
"position": [
1050,
300
],
"parameters": {
"resource": "timeEntry",
"operation": "update",
"timeEntryId": "={{$node[\"Clockify2\"].json[\"id\"]}}",
"workspaceId": "5f7af249d33ce12a712306dd",
"updateFields": {
"projectId": "={{$node[\"Clockify\"].json[\"id\"]}}"
}
},
"credentials": {
"clockifyApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Clockify": {
"main": [
[
{
"node": "Clockify1",
"type": "main",
"index": 0
}
]
]
},
"Clockify1": {
"main": [
[
{
"node": "Clockify2",
"type": "main",
"index": 0
}
]
]
},
"Clockify2": {
"main": [
[
{
"node": "Clockify3",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"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
Manage Projects In Clockify. Uses manualTrigger, clockify. Event-driven trigger; 5 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.
Create a project, tag, and time entry, and update the time entry in Clockify. Uses manualTrigger, clockify. Event-driven trigger; 5 nodes.
Reagendamiento. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 73 nodes.
Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.
This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.
This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.