n8n Workflow

Create A Task In Clickup

This n8n workflow creates tasks and integrates with various services. Create A Task In Clickup - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow creates tasks and integrates with various services. Create A Task In Clickup - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "3fceb03b-66e6-431b-af5d-7cf96881896f"
        },
        {
            "name": "ClickUp",
            "type": "n8n-nodes-base.clickUp",
            "position": [
                450,
                300
            ],
            "parameters": {
                "list": "",
                "name": "",
                "team": "",
                "space": "",
                "folder": "",
                "additionalFields": []
            },
            "credentials": {
                "clickUpApi": ""
            },
            "typeVersion": 1,
            "id": "1dffa13f-e6c2-42d8-be70-7d6c9532ba5a"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "ClickUp",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows