npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-monday-pro

v0.0.13

Published

Extended Monday.com module for custom n8n node.

Readme


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

| 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

License

MIT