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

v0.1.7

Published

n8n community node for TNEENWH WhatsApp API

Downloads

72

Readme

n8n-nodes-tneenwh

Official-style n8n community node for the TNEENWH WhatsApp API.

Base URL

  • Default API base URL: https://api.tneenwh.com

Install

npm install n8n-nodes-tneenwh

Then install from n8n Community Nodes UI, or mount in self-hosted n8n community packages.

Credentials (TNEENWH API)

Configure:

  • Base URL (recommended: https://api.tneenwh.com)
  • Email
  • Password
  • Session ID
  • Channel Secret
  • API Key (optional, required for v1 operations)

The node logs in with panel credentials and uses the configured session/channel for session-scoped actions.

Operations available in n8n

This package mirrors the normal Python library workflow surface used in automation.

Auth

  • Auth Signup Send OTP
  • Auth Signup Verify
  • Auth Logout

Health and account

  • Health
  • Me
  • Profile
  • Channel Secrets
  • Rotate Swagger Portal

Sessions (panel JWT)

  • Sessions List
  • Session Create
  • Session Update
  • Session Delete
  • Session Disconnect
  • Get Channel Secret
  • Rotate Channel Secret

Session runtime and webhook

  • Session Status
  • Session Details
  • Session QR
  • Refresh Session QR
  • Session Incoming
  • Session Events
  • Session Calls
  • Download Inbound Media (returns contentType + base64)
  • Set Webhook

Messaging

  • Send Raw Message (ChatSendRequest JSON)
  • Send Text
  • Send Media (base64 media)
  • Send Chat State (typing, recording, stop)
  • Typing Indicator On
  • Typing Indicator Off

Groups

  • Group Create
  • Group Get
  • Group Add Participants
  • Group Remove Participants
  • Group Promote Participants
  • Group Demote Participants
  • Group Set Subject
  • Group Set Description
  • Group Invite Code
  • Group Revoke Invite
  • Group Leave
  • Group Set Add Members Admins Only
  • Group Set Messages Admins Only
  • Group Set Info Admins Only
  • Group Set Picture
  • Group Delete Picture
  • Group Membership Requests
  • Group Membership Approve
  • Group Membership Reject

Sub-API v1

  • V1 Sessions List
  • V1 Send Message
  • V1 Send Chat State

Useful parameters

  • Session ID Override and Channel Secret Override let each n8n item target a different session.
  • Message Payload JSON supports full raw request body when you need advanced payloads.
  • Participants CSV and Webhook Events CSV are parsed into arrays automatically.
  • Recommended webhook events for n8n: all (single token), so you do not miss event types.

Notes

  • Group features depend on your server exposing group routes.
  • v1 actions require API Key in credentials.