Install on self-hosted n8n

Step-by-step. Owner-level account required (community-node install is owner-only).

Prerequisites

Steps

  1. Open n8n → click your avatar (bottom-left) → SettingsCommunity nodes.
  2. Click Install a community node.
  3. Enter the package name: n8n-nodes-cigchat
  4. Tick "I understand the risks of installing unverified code from a public source" and click Install.
  5. Wait ~20 seconds — n8n will npm install the package and reload itself. The cig.chat node now appears in the node panel under "Transform".
  6. Drag a cig.chat node into a workflow → Credential to connect with → Create Newcig.chat API:
    • Base URL: https://app.cig.chat/api (default)
    • API Token: paste your bot-scoped Bearer token
    Save. The credential validates against GET /flow/tags.
  7. Pick a Resource (Subscriber, Flow, Sending, …) and an Operation, fill the params, run.

Upgrades

To upgrade to a newer version: Settings → Community nodes → click the package → Update. n8n re-installs the latest published version and hot-reloads.

Uninstall

Settings → Community nodes → click the package → Uninstall. Workflows that reference cig.chat nodes will show a "node not found" error until reinstalled.

Troubleshooting