Files
n8n-workflows/workflows/Manual/0007_Manual_Todoist_Create_Triggered.json
2025-08-05 09:40:47 +05:30

47 lines
811 B
JSON

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