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

43 lines
747 B
JSON

{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Monday.com",
"type": "n8n-nodes-base.mondayCom",
"position": [
450,
300
],
"parameters": {
"boardId": "663435997",
"operation": "get"
},
"credentials": {
"mondayComApi": "monday"
},
"typeVersion": 1
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Monday.com",
"type": "main",
"index": 0
}
]
]
}
}
}