n8n-nodes-monday-pro
v0.0.13
Published
Extended Monday.com module for custom n8n node.
Maintainers
Readme
A custom n8n community node providing an extended integration with Monday.com, including several additional features not covered by the official node.
Installation
- Create a new workflow or open an existing one
- Open the nodes panel by selecting + or pressing N
- Search for Monday Pro
- Select Install to install the node for your instance
Credentials
This node supports two authentication methods with the Monday.com API.
- OAuth2: Use the built-in OAuth2 flow to connect your Monday.com account
- API Token: Provide a personal API token from your Monday.com account
- Log in to Monday.com
- Navigate to Avatar (bottom-left) > Administration > Connections > API
- Copy your API Token
- In n8n, create a Monday Pro API credential and paste the token
Resources
| 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 |
| Operation | Description | | --------- | ----------- | | Create | Create a new column | | Get Many | Get many columns |
| 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 |
| 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 |
| Operation | Description | | --------- | ----------- | | Create | Create a subitem under a parent item |
| 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 |
| 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 |
| 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