n8n
Workflow
Get A Board From Monday Com
This n8n workflow retrieves tasks and integrates with various services. Get A Board From Monday Com - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow retrieves tasks and integrates with various services. Get A Board From Monday Com - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": [],
"typeVersion": 1,
"id": "c0d04857-211b-44e5-a9b8-dfd6cf73fb88"
},
{
"name": "Monday.com",
"type": "n8n-nodes-base.mondayCom",
"position": [
450,
300
],
"parameters": {
"boardId": "663435997",
"operation": "get"
},
"credentials": {
"mondayComApi": "monday"
},
"typeVersion": 1,
"id": "f1c699c5-b1cc-4ec5-bb5b-34b866555d4d"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Monday.com",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow