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

v1.0.0

Published

Vendschat for n8n: webhook trigger and send message action for WhatsApp, Instagram, and Messenger via the Vendschat integrations API.

Readme

n8n-nodes-vendschat

Community nodes for Vendschat: send WhatsApp / Instagram / Messenger messages, manage contacts, and trigger workflows from Vendschat webhook events.

Install

n8n UI (recommended)

  1. Open Settings → Community nodes
  2. Select Install
  3. Enter: n8n-nodes-vendschat
  4. Confirm and restart n8n if prompted

npm (self-hosted)

npm install n8n-nodes-vendschat

Restart your n8n instance after installing.

Package: npmjs.com/package/n8n-nodes-vendschat

Credentials

Create a Vendschat API credential:

| Field | Description | |-------|-------------| | Base URL | Default https://api.vendschat.com/v1 (local: http://localhost:8080/v1) | | API Key | From Vendschat → Settings → Integrations (or API Keys) | | API Key in Header | Authorization: Bearer (default) or x-api-key |

Webhooks and messaging integrations require a Growth or Advanced plan.

Nodes

Vendschat Trigger

Starts the workflow when subscribed Vendschat events occur (messages, contacts, etc.).

  1. Add Vendschat Trigger
  2. Select events
  3. Activate the workflow — n8n registers a webhook with Vendschat automatically

Vendschat (actions)

| Operation | Description | |-----------|-------------| | Send Message | Send WhatsApp, Instagram, or Messenger messages | | Get Contact | Find a contact by ID, email, or phone | | Create Contact | Create a contact (phone + email required) | | Update Contact | Update contact fields | | Delete Contact | Permanently delete a contact | | Add Label(s) to a Contact | Dropdown and/or comma-separated names (creates missing labels) | | Remove Label(s) | Remove labels from a contact only | | Add or Update Note | Set the contact note |

Identify contacts with Contact ID, Email, or Phone number (E.164 recommended).

Development

npm install
npm run build
npm run lint

Link into a local n8n install for testing, or use n8n’s community node development workflow.

Related

  • API: https://api.vendschat.com/v1/integrations/*
  • Zapier / Make siblings use the same integrations API
  • Docs: docs.vendschat.com

License

MIT