51 lines
896 B
JSON
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
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
} |