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

47 lines
871 B
JSON

{
"id": "2",
"name": "Add task to tasklist",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
500,
310
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Google Tasks",
"type": "n8n-nodes-base.googleTasks",
"position": [
920,
310
],
"parameters": {
"task": "MDY3OTAyNjUyMDk5NDY5ODIzMzM6MDow",
"additionalFields": {}
},
"credentials": {
"googleTasksOAuth2Api": "shraddha"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Google Tasks",
"type": "main",
"index": 0
}
]
]
}
}
}