AutomationFlowsGeneral › Fetch Monday.com Board Data

Fetch Monday.com Board Data

Original n8n title: Get a Board From Monday Com

Get A Board From Monday Com. Uses manualTrigger, mondayCom. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesMonday.com
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .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": "<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.

Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Mautic Mondaycom. Uses mondayCom, mauticTrigger, stickyNote. Event-driven trigger; 3 nodes.

Monday.com, Mautic Trigger
General

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

Monday.com, Mautic Trigger
General

Retrieve A Monday Com Row And All Data In A Single Node. Uses mondayCom, splitOut, executeWorkflowTrigger, stickyNote. Event-driven trigger; 26 nodes.

Monday.com, Execute Workflow Trigger
General

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, Execute Workflow Trigger
General

Monday Com Useful Utilities. Uses manualTrigger, splitOut, mondayCom, httpRequest. Event-driven trigger; 14 nodes.

Monday.com, HTTP Request