feat: add folder support for workflows (fixes #70)
This commit is contained in:
47
workflows/Manual/0007_Manual_Todoist_Create_Triggered.json
Normal file
47
workflows/Manual/0007_Manual_Todoist_Create_Triggered.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"id": "100",
|
||||
"name": "Create a new task in Todoist",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
550,
|
||||
250
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Todoist",
|
||||
"type": "n8n-nodes-base.todoist",
|
||||
"position": [
|
||||
750,
|
||||
250
|
||||
],
|
||||
"parameters": {
|
||||
"content": "",
|
||||
"options": {}
|
||||
},
|
||||
"credentials": {
|
||||
"todoistApi": ""
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Todoist",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user