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 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-businessmap

v1.0.5

Published

An n8n community node package that integrates with Businessmap's REST API for CRUD operations on boards, cards and workflow artifacts across enterprise environments.

Downloads

58

Readme

n8n-nodes-businessmap

This is the official n8n community node working with the Businessmap API.

Businessmap is the most flexible software platform for outcomes-driven enterprise agility. The unmatched functionality consolidates multiple tools into one, enabling affordable deployment at scale, visibility across all projects/portfolios, and alignment on goals, to deliver quality work faster.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials Compatibility
Usage Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Supported Triggers

The Businessmap n8n community node supports the following triggers:

  • All Events
  • Card Created
  • Card Details Changed
  • Card Discarded
  • Card Restored
  • Card Moved
  • Card Archived
  • Card Is Unarchived
  • Comment Created
  • Comment Updated
  • Comment Deleted
  • Subtask Created
  • Subtask Updated
  • Subtask Deleted
  • Board Renamed
  • Board Archived
  • Board Unarchived
  • Board Deleted
  • Board Structure Changed

Supported Actions

The Businessmap n8n community node supports the following actions:

  • Create Card: Create a card in a board of your choice. Set card details including custom fields, stickers and tags.
  • Update Card: Update the properties of a card (Title, Description, Priority, Size, Deadline, etc.).
  • Move Card: Move a card to a new column, lane or board.
  • Get Card by ID: Get the details of a card by its internal ID.
  • Get Card by Custom Card ID: Find card by custom card ID. If multiple cards are found, all will be returned. Use "Board" parameter to filter search by boards.
  • Get All Cards Per Board: Get all cards from a selected board. The response contains up to 200 cards. To retrieve more than 200 cards, please use pagination.
  • Link Card: Link a card to an existing card.
  • Unlink Card: Remove a link between two cards.
  • Set Custom Fields: Sets values of custom fields.
  • Block Card: Block a card.
  • Unblock Card: Unblock a card.
  • Archive Card: Add card to archive.
  • Unarchive Card: Extract card from archive.
  • Discard Card: Discard a card.
  • Restore Card: Restore a previously discarded card.
  • Add Comment: Add a comment to a card.
  • Create Subtask: Create a new subtask of a card.
  • Log Time: Log time to a card.
  • Upload Attachment: Upload an attachment to a card.
  • Download Attachment: Download an attachment from a card.
  • Get Card Attachments: Get a list with all attachments for a specified card.
  • Create Workspace: Create a workspace.
  • Update Workspace: Update a workspace.
  • Get Workspace: Get a workspace.
  • Get All Workspaces: Get a list with all workspaces in the account.
  • Create Board: Create a board.
  • Update Board: Update a board.
  • Get Board: Get a board.
  • Get All Boards: Get a list with all boards.
  • Get Board Structure: Get board structure which includes all workflows, lanes and columns.
  • Create Tag: Create a tag.
  • Update Tag: Update a tag.
  • Delete Tag: Delete a tag.
  • Get Tag: Get a tag.
  • Get All Tags: Get a list with all tags.
  • Assign Tag: Assign a tag to a board.
  • Create Sticker: Create a sticker.
  • Update Sticker: Update a sticker.
  • Delete Sticker: Delete a sticker.
  • Get Sticker: Get a sticker.
  • Get All Stickers: Get a list with all stickers.
  • Assign Sticker: Assign a sticker to a board.

Credentials

  • To use this n8n community node, you'll need a Businessmap account and a user with permissions to access the API. If you don’t have an account yet, sign up here to get started.

To authenticate with the Businessmap API, you'll need to provide your domain name and API key when setting up your credentials. Follow the instructions provided on the Businessmap API page to obtain your API key.

Compatibility

Requires n8n version 1.0.0 or later Requires Node.js 20.15.0 or later

Usage

Resources