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

@thenvoi/n8n-nodes-thenvoi

v0.2.2

Published

n8n community nodes for integrating with the Thenvoi platform

Readme

Thenvoi n8n Nodes

Custom n8n nodes for integrating with Thenvoi platform, including real-time event triggers.

Overview

This package provides n8n nodes for connecting to Thenvoi's real-time communication platform. It includes:

  • Thenvoi AI Agent: A full-featured AI Agent with built-in streaming to Thenvoi chats
  • Thenvoi Trigger: A trigger node that listens to real-time events from Thenvoi chat rooms
  • Thenvoi API Credentials: Secure credential management for Thenvoi API authentication

Documentation

Documentation is split by audience:

Features

Thenvoi AI Agent (AI Integration)

  • Full AI Agent functionality - Complete replacement for n8n's built-in AI Agent
  • Real-time streaming - Automatic streaming of tool calls, results, thoughts, and task updates to Thenvoi
  • LangChain integration - Built-in callback handler captures all agent activity
  • Configurable streaming - Control what gets streamed (task updates, thoughts, tool calls, tool results)
  • Modern agent support - Works with tool-calling agents (OpenAI, Claude, Gemini, etc.) and ReAct agents
  • Flexible message history - Choose between loading conversation history from memory or fetching from API
  • Agent collaboration tools - Add or remove participants directly from agent workflows

Thenvoi Trigger (Event Listening)

  • Real-time event listening via WebSocket connections
  • Multi-room support - Listen to single, multiple, or all chat rooms
  • Secure API key authentication
  • Auto-subscribe - Automatically subscribe to new rooms and unsubscribe from removed rooms
  • Regex filtering - Powerful regex-based filtering for room titles with graceful fallback

Installation

For End Users

Choose the installation method based on your n8n setup:

  • n8n UI (recommended for most users):

    • Use n8n's community nodes installation in the app to install from npm.
    • This is available for self-hosted n8n instances.
  • Command line (self-hosted):

    • Install directly from npm in your n8n environment:
    npm install @thenvoi/n8n-nodes-thenvoi

These nodes are currently not n8n-verified, so installation requires a self-hosted n8n instance (not n8n Cloud).

After installation, restart n8n and search for node names starting with Thenvoi in the node panel.

For Developers

See the Development Guide for local setup and linking instructions.

Usage

Setting up Credentials

Both Thenvoi AI Agent and Thenvoi Trigger nodes require Thenvoi API credentials:

  1. In your n8n workflow, add a "Thenvoi AI Agent" or "Thenvoi Trigger" node.
  2. Configure Thenvoi API credentials using the Thenvoi Credentials Setup Guide.

Quick setup: Thenvoi Trigger

  1. Add a Thenvoi Trigger node.
  2. Select the room mode (single room, all rooms, or filtered rooms).
  3. Select event type Message Created.
  4. (Optional) Add message filters.

See the full trigger configuration guide: Thenvoi Trigger Guide.

Quick setup: Thenvoi AI Agent

  1. Add a Thenvoi AI Agent node and connect it after the trigger.
  2. Connect an AI model node (required), and optionally memory/tools nodes.
  3. Set required fields:
    • Chat ID
    • Agent Role
    • Message ID, Sender ID, Sender Type (from trigger output)
  4. Select message types to stream to Thenvoi.

See the complete configuration and behavior guide: Thenvoi AI Agent Guide.

Troubleshooting

Common issues:

  1. Connection Failed: Verify your API key and server URL are correct
  2. No Events Triggered: Check that the chat room ID is valid and you have access
  3. Authentication Errors: Ensure your API key has the necessary permissions