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

@rjsebening/n8n-nodes-chatwoot

v0.0.10

Published

n8n node to connect with ChatWoot

Readme

@rjsebening/n8n-nodes-chatwoot

n8n Community Node Version License

n8n Integration for Chatwoot – the open-source customer engagement platform

Automate conversations, contacts, agents, and inbox workflows, react to real-time webhook events, and keep your support pipeline moving — without manual work.

🧭 Overview

This community node connects Chatwoot seamlessly with your n8n workflows. From contact management and conversation routing to platform-level administration and real-time triggers — automate every key support process end-to-end.

It covers all three Chatwoot API surfaces (Application, Platform, Client) plus a webhook trigger — so whether you're running a self-hosted instance or Chatwoot Cloud, you can wire it into any n8n automation.


📦 Installation

Requirements

  • n8n version 2.0.0 or higher
  • A running Chatwoot instance (self-hosted or Cloud) with a valid API access token

Community Node Installation

  1. Open n8n → Settings → Community Nodes → Install
  2. Enter package name:
@rjsebening/n8n-nodes-chatwoot
  1. Restart n8n – the nodes will now appear in the node panel.

🔌 Included Nodes

| Node | Purpose | | ----------------------- | --------------------------------------------------------------------------------------- | | Chatwoot Application | Access the Application API (v1) — contacts, conversations, messages, agents, inboxes, teams, labels, automations, reports, and more | | Chatwoot Platform | Access the Platform API — manage accounts, account users, agent bots, and users across an instance | | Chatwoot Client | Access the Client API — contact-facing endpoints (inbox, conversations, messages, CSAT) using the identifier / source_id model | | Chatwoot Trigger | Receive real-time events from Chatwoot webhooks (new messages, conversation updates, contact changes, etc.) |

🔐 Credentials

Three credential types are provided, matching the three API surfaces:

  • Chatwoot Application API — uses a user access token (api_access_token)
  • Chatwoot Platform API — uses a platform app access token
  • Chatwoot Client API — uses an inbox identifier + contact source/identifier for customer-facing flows

Each credential stores the base URL of your Chatwoot instance (e.g. https://app.chatwoot.com or your self-hosted URL).


🧩 Supported Resources

Application API: Account, Account Agent Bots, Agents, Audit Logs, Automation Rules, Canned Responses, Contacts, Contact Labels, Conversations, Conversation Assignments, Custom Attributes, Custom Filters, Help Center, Inboxes, Integrations, Labels, Messages, Profile, Reports, Teams, Webhooks.

Platform API: Accounts, Account Users, Agent Bots, Users.

Client API: Contacts, Conversations, Inbox, Messages, CSAT Survey Page.


📬 About the Author

I’m Rezk Jörg Sebening – Automation & Systems Expert (DACH). I build n8n nodes and process automation systems that help agencies, coaches, and service providers scale without manual work.

👉 Follow me on GitHub for new DACH integrations and automation templates.

⚖️ Legal Disclaimer

This community node is not affiliated with Chatwoot Inc. (no partnership, no sponsorship, no official endorsement). It simply connects to publicly available Chatwoot API endpoints.

  • Community developed & maintained
  • For API-related issues → contact Chatwoot Support or consult the Chatwoot API docs
  • All trademarks & logos belong to their respective owners

📄 License

MIT License Contributions and pull requests are welcome!