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-instantkom

v3.150.0

Published

n8n community node for instantKOM messaging platform

Downloads

3,541

Readme

n8n-nodes-instantkom

n8n community node for the instantKOM messaging platform.

Send messages, manage contacts and react to inbound events across all instantKOM channels (WhatsApp, SMS, Telegram, Signal, Threema, RCS, ...) directly from your n8n workflows.

Installation

Inside n8n (recommended)

  1. Open your n8n instance
  2. Go to Settings -> Community Nodes
  3. Click Install a community node
  4. Enter n8n-nodes-instantkom and confirm

Manual (self-hosted, CLI)

npm install n8n-nodes-instantkom

Then restart your n8n instance.

About the package name

The instantKOM platform publishes scoped packages by default (@instantkom/cli, @instantkom/mcp-server). This n8n node is intentionally published as the unscoped n8n-nodes-instantkom, because n8n's Community Nodes catalog only discovers packages that follow the n8n-nodes-* naming convention. Keeping the unscoped name maximises discoverability inside the n8n UI.

Authentication

Create an API token in instantKOM:

  1. Log in at https://frontend.instantkom.app
  2. Open Settings -> API
  3. Generate an API token

In n8n:

  1. Add credentials of type instantKOM API
  2. Paste the token

Available nodes

instantKOM

Resource-based action node. Supports:

| Resource | Operations | |----------|------------| | Channel | List, get, get many | | Contact | Create, get, get many, update | | Message | Send |

instantKOM Trigger

Webhook-based trigger node. Fires on inbound events such as:

  • New inbound message
  • Message status updates (delivered, read, failed)
  • Contact updates

Example workflow

[instantKOM Trigger]  ->  [IF (status == "received")]  ->  [instantKOM: Send Message]

A simple auto-responder that reacts to inbound WhatsApp/SMS/Telegram messages.

Documentation

License

MIT (c) instantKOM, Inh. Simon Theophil

Support