n8n-workflows/workflows/105_Create_a_task_in_ClickUp.json
2025-05-14 11:58:29 +03:00

51 lines
896 B
JSON

{
"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
}
]
]
}
}
}