AutomationFlowsGeneral › Kitemaker:organization:get:space:getall:user:getall:workitem:create Get…

Kitemaker:organization:get:space:getall:user:getall:workitem:create Get…

Original n8n title: Kitemaker:organization:get:space:getall:user:getall:workitem:create Get Getall Update

Kitemaker:Organization:get:Space:getAll:User:getAll:WorkItem:create get getAll update. Uses start, kitemaker. Manual trigger; 8 nodes.

Manual trigger★★★★☆ complexity8 nodesStartKitemaker
General Trigger: Manual Nodes: 8 Complexity: ★★★★☆ Added:

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 →

Download .json
{
  "createdAt": "2021-05-03T07:34:19.371Z",
  "updatedAt": "2021-05-03T07:34:19.371Z",
  "id": "195",
  "name": "Kitemaker:Organization:get:Space:getAll:User:getAll:WorkItem:create get getAll update",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "id": "ad2433c4-6d81-4195-a812-f036e3f63181"
    },
    {
      "parameters": {
        "resource": "organization"
      },
      "name": "Kitemaker",
      "type": "n8n-nodes-base.kitemaker",
      "typeVersion": 1,
      "position": [
        450,
        150
      ],
      "credentials": {
        "kitemakerApi": {
          "name": "<your credential>"
        }
      },
      "id": "3714c961-e9eb-4c84-b712-8e30572a0b71"
    },
    {
      "parameters": {
        "resource": "space",
        "limit": 1
      },
      "name": "Kitemaker1",
      "type": "n8n-nodes-base.kitemaker",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "credentials": {
        "kitemakerApi": {
          "name": "<your credential>"
        }
      },
      "id": "1e1fb5db-906c-4b93-a411-dfe137207a51"
    },
    {
      "parameters": {
        "resource": "user",
        "limit": 1
      },
      "name": "Kitemaker2",
      "type": "n8n-nodes-base.kitemaker",
      "typeVersion": 1,
      "position": [
        450,
        450
      ],
      "credentials": {
        "kitemakerApi": {
          "name": "<your credential>"
        }
      },
      "id": "ab77571b-c9e8-478a-bb3d-e3cda0e7efee"
    },
    {
      "parameters": {
        "operation": "create",
        "title": "=WorkItem{{Date.now()}}",
        "statusId": "0f42cd20f9617405",
        "additionalFields": {}
      },
      "name": "Kitemaker3",
      "type": "n8n-nodes-base.kitemaker",
      "typeVersion": 1,
      "position": [
        450,
        600
      ],
      "credentials": {
        "kitemakerApi": {
          "name": "<your credential>"
        }
      },
      "id": "67de6dc9-c5c6-464e-b92d-64e839f7ae57"
    },
    {
      "parameters": {
        "workItemId": "={{$node[\"Kitemaker3\"].json[\"id\"]}}"
      },
      "name": "Kitemaker4",
      "type": "n8n-nodes-base.kitemaker",
      "typeVersion": 1,
      "position": [
        600,
        600
      ],
      "credentials": {
        "kitemakerApi": {
          "name": "<your credential>"
        }
      },
      "id": "623c86bc-c0e6-4974-aede-669fd25b3e49"
    },
    {
      "parameters": {
        "operation": "getAll",
        "spaceId": "0f42cd20b0617400",
        "limit": 1
      },
      "name": "Kitemaker5",
      "type": "n8n-nodes-base.kitemaker",
      "typeVersion": 1,
      "position": [
        750,
        600
      ],
      "credentials": {
        "kitemakerApi": {
          "name": "<your credential>"
        }
      },
      "id": "0282eaab-cfe7-46ab-b0b1-958789c39eb6"
    },
    {
      "parameters": {
        "operation": "update",
        "workItemId": "={{$node[\"Kitemaker3\"].json[\"id\"]}}",
        "updateFields": {
          "statusId": "0f42cd20f9617401",
          "title": "=Updated{{$node[\"Kitemaker3\"].json[\"title\"]}}"
        }
      },
      "name": "Kitemaker6",
      "type": "n8n-nodes-base.kitemaker",
      "typeVersion": 1,
      "position": [
        900,
        600
      ],
      "credentials": {
        "kitemakerApi": {
          "name": "<your credential>"
        }
      },
      "id": "af8e0085-242b-4d5c-9efd-ded439b41aba"
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Kitemaker1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Kitemaker",
            "type": "main",
            "index": 0
          },
          {
            "node": "Kitemaker2",
            "type": "main",
            "index": 0
          },
          {
            "node": "Kitemaker3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Kitemaker3": {
      "main": [
        [
          {
            "node": "Kitemaker4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Kitemaker4": {
      "main": [
        [
          {
            "node": "Kitemaker5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Kitemaker5": {
      "main": [
        [
          {
            "node": "Kitemaker6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "staticData": null,
  "meta": null,
  "versionId": null,
  "triggerCount": 0,
  "tags": []
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Kitemaker:Organization:get:Space:getAll:User:getAll:WorkItem:create get getAll update. Uses start, kitemaker. Manual trigger; 8 nodes.

Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/195.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

uProc:Internet:*;. Uses start, uproc. Manual trigger; 41 nodes.

Start, Uproc
General

uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.

Start, Uproc
General

NextCloud:NextCloud:Folder:create move copy delete list:File:upload move copy download delete. Uses start, nextCloud, readBinaryFile. Manual trigger; 28 nodes.

Start, Next Cloud, Read Binary File
General

Transporeon - orders - step 3 - process single. Uses start, functionItem, httpRequest, microsoftSql. Manual trigger; 26 nodes.

Start, Function Item, HTTP Request +3
General

ClickUp:Folder:create update getAll get delete:Goal:create update getAll get delete:GoalKeyResult:create update delete. Uses start, clickUp. Manual trigger; 25 nodes.

Start, ClickUp