Files
n8n-workflows/workflows/Trello/0076_Trello_Update_Triggered.json
2025-08-05 09:40:47 +05:30

24 lines
437 B
JSON

{
"id": "117",
"name": "Receive updates for changes in the specified list in Trello",
"nodes": [
{
"name": "Trello Trigger",
"type": "n8n-nodes-base.trelloTrigger",
"position": [
700,
250
],
"parameters": {
"id": ""
},
"credentials": {
"trelloApi": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {}
}