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-cention

v1.3.0

Published

n8n node for Cention - Customer Service Platform Integration

Readme

n8n-nodes-cention

This is an n8n community node for integrating with Cention - a comprehensive customer service platform.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Community Node Installation

  1. Go to Settings > Community Nodes in your n8n instance
  2. Click Install
  3. Enter n8n-nodes-cention
  4. Click Install

Manual Installation

To install manually, run this in your n8n root directory:

npm install n8n-nodes-cention

Operations

The Cention node supports the following resources and operations:

🎫 Errand (Support Tickets)

  • Create - Create a new errand/ticket
  • Get - Retrieve a specific errand by ID
  • Get Many - List all changed errands
  • Update - Update an existing errand
  • Close - Close an errand
  • Send Message - Send a message to an errand

👤 Contact Card

  • Get - Retrieve a specific contact
  • Get Many - List contacts with filters (email, name)

📚 Library Question (Knowledge Base)

  • Get - Retrieve a specific knowledge base article
  • Get Many - List all articles
  • Search - Search articles by question/answer

💬 Chat Message

  • Get Many - Retrieve chat messages with filters (email, date range)

🟢 Agent Presence

  • Set - Set agent status (available, busy, away, offline)

📊 Statistics

  • Get - Retrieve reports (Errand Summary, Agent Performance, Response Time, SLA Compliance, Channel Distribution)

📡 Channel

  • Get - Retrieve a specific channel
  • Get Many - List all channels with filters

🔔 Cention Trigger

  • New Errand - Triggers when a new or changed errand is detected (polling)

Credentials

To use this node, you need to set up Cention API credentials:

  1. Instance URL - Your Cention API URL (default: https://apidqa.cention.com for QA)
  2. Workspace - Your Cention workspace name
  3. API Token - JWT token from Cention Admin

⚠️ Critical: JWT Token Channel Type

IMPORTANT: The channel type in your JWT token determines how errands are created.

  • Use Email or Form channel - Recommended (errands stay open)
  • Avoid WhatsApp channel - Causes nil pointer errors

See JWT_TOKEN_SETUP.md for detailed setup instructions.

How to get your credentials:

  1. Log in to your Cention Admin panel
  2. Go to AdministrationAPIAccess Tokens
  3. Create a new API Token (JWT)
    • Channel: Select Email or Form (NOT WhatsApp)
    • Area: Select your target area
    • Permissions: Enable "Create Errand" (EData, EStatus)
  4. Copy the Token immediately
  5. Note your Workspace name (visible in the URL: /s/{workspace}/)

Compatibility

  • Minimum n8n version: 1.0.0
  • Tested with n8n version: 1.70.0

Usage

Example: Get New Errands

  1. Add Cention Trigger node
  2. Select New Errand operation
  3. Connect your credentials
  4. Set polling interval
  5. Process new errands in your workflow

Example: Create Errand from Email

  1. Email Trigger → Receives email
  2. Cention Node → Create Errand
    • Resource: Errand
    • Operation: Create
    • From Email: {{$json.from}}
    • From Name: {{$json.fromName}}
    • Body: {{$json.text}}

Example: Update Contact Card

  1. Webhook → Receives contact data
  2. Cention Node → Get Contact Card
    • Resource: Contact Card
    • Operation: Get Many
    • Filter By: Email
    • Email: {{$json.email}}

📚 Workflow Documentation

We've created comprehensive guides to help you get started:

Popular Workflows:

  • ✉️ Email/Social Media → Cention Errand Creation
  • 🎯 Auto-assignment based on keywords
  • ⏰ SLA monitoring & escalation
  • 🤖 AI-powered response suggestions
  • 📊 Daily performance reports
  • 😊 Automated CSAT surveys
  • 🔄 CRM synchronization
  • 📢 Proactive customer notifications

📚 Documentation & Comparisons

Key Differentiators vs Zendesk:

  • Knowledge Base Integration (Library Questions)
  • Real-Time Chat (Chat Messages API)
  • Agent Presence Management (Set status, track availability)
  • Advanced Reporting (Statistics, SLA tracking, performance metrics)
  • Multi-Channel Management (Unified channel API)

Resources

📖 Additional Documentation

License

MIT

Support

For issues or questions: