Business Process Automation

Create a project, tag, and time entry, and update the time entry in Clockify

Create a project, tag, and time entry, and update the time entry in Clockify

Manual
Low
5
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
5
Node Types
0

Workflow JSON

3.01 KB
{
  "id": "76",
  "name": "Create a project, tag, and time entry, and update the time entry in Clockify",
  "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": "clockify-burner"
      },
      "typeVersion": 1
    },
    {
      "name": "Clockify1",
      "type": "n8n-nodes-base.clockify",
      "position": [
        650,
        300
      ],
      "parameters": {
        "name": "docs",
        "resource": "tag",
        "...

Showing first 1000 characters. Click "Expand" to view the full JSON.