Project Management

Create a task in ClickUp

Create a task in ClickUp

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

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

896 Bytes
{
  "id": "105",
  "name": "Create a task in ClickUp",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "ClickUp",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        450,
        300
      ],
      "parameters": {
        "list": "",
        "name": "",
        "team": "",
        "space": "",
        "folder": "",
        "additionalFields": {}
      },
      "credentials": {
        "clickUpApi": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "ClickUp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}