JSPM

  • Created
  • Published
  • Downloads 1270
  • Score
    100M100P100Q115286F
  • License MIT

n8n community node for instantKOM messaging platform

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-instantkom) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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

    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