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-chatwoot-x1

v0.5.4

Published

Community n8n node for Chatwoot — covers the full Application API (contacts, conversations, messages, labels, inboxes, teams, agents, webhooks, reports, custom attributes, automations, canned responses) plus chatwoot-x exclusive resources (lifecycle stage

Readme

n8n-nodes-chatwoot-x1

Custom n8n community node for Chatwoot — the open-source omnichannel customer support platform.

Covers the complete Application API (~112 endpoints across 22 resources) plus chatwoot-x exclusive resources (Lifecycle Stages, Flows, Flow Folders, Flow Runs) — features that exist only in the x1strategyltda-art/chatwoot-x fork.

Built by Pedro Lucas (x1strategyltda) for the PayAfter operation.

Features

| Resource | Operations | |----------|-----------| | Account | Get, Update | | Account AgentBot | List, Create, Get, Update, Delete | | Agent | List, Add, Update, Remove | | Audit Log | List | | Automation Rule | List, Create, Get, Update, Delete | | Canned Response | List, Create, Update, Delete | | Contact | List, Create, Get, Update, Delete, Search, Filter, List Conversations, List Inboxes, Merge | | Contact Label | List, Add | | Conversation | Meta, List, Create, Filter, Get, Update, Toggle Status, Toggle Priority, Toggle Typing, Set Custom Attributes, Reporting Events | | Conversation Assignment | Assign | | Conversation Label | List, Update | | Custom Attribute | List, Create, Get, Update, Delete | | Custom Filter | List, Create, Get, Update, Delete | | Help Center | Create Portal, List Portals, Update Portal, Create Category, Create Article | | Inbox | List, Create, Get, Update, Get Agent Bot, Set Agent Bot | | Inbox Member | List, Create, Update, Delete | | Integration | List Apps, Create Hook, Update Hook, Delete Hook | | Label | List, Create, Get, Update, Delete | | Message | List, Create, Delete | | Profile | Get, Update | | Report | Account Summary, Conversations, Channel Summary, Inbox Summary, Agent Summary, Team Summary, First Response Time Distribution, Inbox Label Matrix, Outgoing Messages | | Team | List, Create, Get, Update, Delete, List Members, Add Members, Update Members, Remove Members | | Webhook | List, Create, Update, Delete | | Lifecycle Stage ⭐ | List, Create, Get, Update, Delete | | Flow ⭐ | List, Create, Get, Update, Delete, Duplicate, Export, Import | | Flow Folder ⭐ | List, Create, Get, Update, Delete | | Flow Run ⭐ | List |

⭐ = chatwoot-x exclusive (not in upstream Chatwoot).

Installation

Via n8n Community Nodes UI (recommended)

  1. In Coolify (or your n8n env), ensure N8N_COMMUNITY_PACKAGES_ENABLED=true.
  2. Restart n8n.
  3. In n8n: Settings → Community Nodes → Install a Community Node.
  4. Paste n8n-nodes-chatwoot-x1 and click Install.
  5. Wait ~30s for restart. The Chatwoot node will appear in the palette.

Manual install (Docker)

docker exec -it <n8n_container> npm install n8n-nodes-chatwoot-x1
docker restart <n8n_container>

Credential Setup

In n8n: Credentials → New → Chatwoot API.

| Field | Value | |-------|-------| | API Access Token | From Chatwoot → Profile Settings → Access Token | | Base URL | Default: https://staging.chatwootx1.us. Change to your Chatwoot instance origin (no trailing slash, no /api/v1). | | Account ID | Numeric account ID (visible in the Chatwoot URL, e.g. /app/accounts/1/...1) |

The credential test calls GET /api/v1/profile to validate the token.

Authentication

Header api_access_token: <your_token> — sent automatically by the credential.

Example workflow

[Webhook PayLog: order_paid]
   ↓
[Chatwoot: Contact → Search] (by phone) → contactId
   ↓
[Chatwoot: Lifecycle Stage → Update Contact] (stage=Cliente)
   ↓
[Chatwoot: Flow → Trigger] (pos-venda)
   ↓
[Chatwoot: Conversation → Toggle Status] (open + assign)

Development

npm install
npm run build       # compile TS → dist/
npm run dev         # n8n hot-reload locally
npm run lint        # lint code

License

MIT — Pedro Lucas (x1strategyltda).

Repo & Issues

  • Source: https://github.com/x1strategyltda-art/n8n-nodes-chatwoot
  • Issues: https://github.com/x1strategyltda-art/n8n-nodes-chatwoot/issues

Related links

  • Chatwoot Application API: https://www.chatwoot.com/developers/api/
  • Chatwoot Docs: https://www.chatwoot.com/docs
  • chatwoot-x fork: https://github.com/x1strategyltda-art/chatwoot-x
  • n8n Community Nodes docs: https://docs.n8n.io/integrations/community-nodes/