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

@magnetcustomer/n8n-nodes-magnetcustomer

v2.1.6

Published

n8n community node for Magnet Customer CRM — automate leads, deals, contacts, tasks and more

Readme

npm version License Downloads n8n

Magnet Customer — n8n Community Node

n8n community node for Magnet Customer CRM. Automate leads, deals, contacts, tasks, and more in your n8n workflows.

Installation

npm install @magnetcustomer/n8n-nodes-magnetcustomer

Or install via the n8n UI:

  1. Go to Settings > Community Nodes
  2. Search for @magnetcustomer/n8n-nodes-magnetcustomer
  3. Click Install

Authentication

Two authentication methods are supported:

  • API Token — Generate in Settings > API within your Magnet Customer account
  • OAuth2 — Configure OAuth2 credentials for server-to-server flows

Configuration

  1. Go to Credentials > New Credential > Magnet Customer API
  2. Enter your Subdomain (subDomainAccount) — e.g., mycompany (your URL is mycompany.magnetcustomer.com)
  3. Enter your API Token

Available Resources

| Resource | Create | Get | Get Many | Update | Delete | Search | |----------|:------:|:---:|:--------:|:------:|:------:|:------:| | Customer | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Lead | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Prospect | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Deal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Task | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Organization | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Staff | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Pipeline | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Workspace | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Custom Field | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Custom Field Block | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Custom Field Type | — | — | ✅ | — | — | ✅ | | Ticket | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Meeting | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Meeting Room | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Meeting Type | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Treatment | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Treatment Type | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |

Custom Field Type is read-only (Get Many + Search only).

Testing

Unit Tests

npm test

65 unit tests covering all resources, operations, and edge cases.

E2E Tests

npm run test:e2e

105 end-to-end tests that run against a real Magnet Customer API instance via Docker.

E2E Setup

  1. Copy the config template:
    cp e2e/config/e2e.config.example.json e2e/config/e2e.config.json
  2. Fill in your credentials in e2e/config/e2e.config.json
  3. Start the E2E infrastructure:
    npm run e2e:infra:start
  4. Run E2E tests:
    npm run test:e2e

Migration from 1.x

Version 2.0 introduces changes for full V2 API compatibility:

| Aspect | v1.x | v2.0 | |--------|------|------| | Create endpoints | /import/leads, /import/contacts, etc. | /leads, /contacts, etc. | | Source tracking | Header api: 'n8n' | Body field source: 'n8n' | | Platform support | V1 + V2 | V2 only |

See the full Migration Guide for details.

API Reference

Full API documentation is available at apireference.magnetcustomer.com.

Compatibility

Tested on n8n version 1.62.0+

Contributing

See CONTRIBUTING.md for development setup and guidelines.

Changelog

See CHANGELOG.md for a detailed history of changes.

License

MIT — Magnet Customer

Support