Back to Nodes

Monday.com (Pro)

Last updated May 3, 2026

Extended Monday.com module for custom n8n node.

26 Weekly Downloads
186 Monthly Downloads

Included Nodes

Monday.com (Pro)

Description


n8n-nodes-monday-pro

NPM Version
GitHub License
NPM Downloads
NPM Last Update
Static Badge

Installation |
Credentials |
Resources |
Development |
License

A custom n8n community node providing an extended integration with Monday.com, including several additional features not covered by the official node.

Installation

1. Create a new workflow or open an existing one
2. Open the nodes panel by selecting + or pressing N
3. Search for Monday Pro
4. Select Install to install the node for your instance

Credentials

This node supports two authentication methods with the Monday.com API.

1. OAuth2: Use the built-in OAuth2 flow to connect your Monday.com account
2. API Token: Provide a personal API token from your Monday.com account
1. Log in to Monday.com
2. Navigate to Avatar (bottom-left) > Administration > Connections > API
3. Copy your API Token
4. In n8n, create a Monday Pro API credential and paste the token

Resources

Board

| Operation | Description |
| ——— | ———– |
| Archive | Archive a board |
| Create | Create a new board |
| Delete | Delete a board |
| Duplicate | Duplicate a board |
| Get | Get a board |
| Get Many | Get many boards |
| Set Permission | Set a board’s default role/permissions |
| Update | Update a board |
| Update Hierarchy | Update a board’s position, workspace, or product |

Board Column

| Operation | Description |
| ——— | ———– |
| Create | Create a new column |
| Get Many | Get many columns |

Board Group

| Operation | Description |
| ——— | ———– |
| Create | Create a group in a board |
| Delete | Delete a group in a board |
| Get Many | Get list of groups in a board |

Board Item

| Operation | Description |
| ——— | ———– |
| Add Update | Add an update to an item |
| Change Column Value | Change a column value for a board item |
| Change Multiple Column Values | Change multiple column values for a board item |
| Create | Create an item in a board’s group |
| Delete | Delete an item |
| Get | Get an item |
| Get By Column Value | Get items by column value |
| Get Filtered | Get items using items_page filters |
| Get Many | Get many items |
| Move | Move item to group |

Subitem

| Operation | Description |
| ——— | ———– |
| Create | Create a subitem under a parent item |

Webhook

| Operation | Description |
| ——— | ———– |
| Create | Create a webhook for a board |
| Create Many | Create many webhooks for a board |
| Delete | Delete an existing webhook by its ID |
| Get Many | List webhooks created on a board |

Folder

| Operation | Description |
| ——— | ———– |
| Create | Create a folder inside a workspace |
| Delete | Delete a folder |
| Get Many | List folders in one or more workspaces |
| Update | Update an existing folder |

Doc

| Operation | Description |
| ——— | ———– |
| Create | Create a new doc |
| Delete | Delete a doc by ID |
| Get | Retrieve a doc by ID |

Development

git clone https://github.com/hansdoebel/n8n-nodes-monday-pro.git
cd n8n-nodes-monday-pro
bun install
bun run build
bun run lint

License

MIT

GitHub |
Issues |
Monday.com API Docs