The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"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": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Monday.com",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
mondayComApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Get A Board From Monday Com. Uses manualTrigger, mondayCom. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Mautic Mondaycom. Uses mondayCom, mauticTrigger, stickyNote. Event-driven trigger; 3 nodes.
This workflow creates a new item in a Monday.com board when a new contact is created in Mautic. Additional fields can be added to the workflow to send more data to Monday.com. Monday account and Monda
Retrieve A Monday Com Row And All Data In A Single Node. Uses mondayCom, splitOut, executeWorkflowTrigger, stickyNote. Event-driven trigger; 26 nodes.
This workflow is a building block designed to be called from other workflows via an Execute workflow node. When called from another workflow, and given the JSON input of a "pulse" field with the ID to
Monday Com Useful Utilities. Uses manualTrigger, splitOut, mondayCom, httpRequest. Event-driven trigger; 14 nodes.