n8n-nodes-instantkom
v3.150.0
Published
n8n community node for instantKOM messaging platform
Downloads
3,541
Maintainers
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)
- Open your n8n instance
- Go to Settings -> Community Nodes
- Click Install a community node
- Enter
n8n-nodes-instantkomand confirm
Manual (self-hosted, CLI)
npm install n8n-nodes-instantkomThen 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 unscopedn8n-nodes-instantkom, because n8n's Community Nodes catalog only discovers packages that follow then8n-nodes-*naming convention. Keeping the unscoped name maximises discoverability inside the n8n UI.
Authentication
Create an API token in instantKOM:
- Log in at https://frontend.instantkom.app
- Open Settings -> API
- Generate an API token
In n8n:
- Add credentials of type instantKOM API
- 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
- instantKOM API reference: https://developers.instantkom.app
- n8n community node docs: https://docs.n8n.io/integrations/community-nodes/
License
MIT (c) instantKOM, Inh. Simon Theophil
