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-wabot-my

v1.0.0

Published

n8n community nodes for Wabot WhatsApp API - Send messages, templates, manage groups, labels, and more

Readme

n8n-nodes-wabot

This is an n8n community node for Wabot - WhatsApp API service.

Wabot

Features

Wabot Node

Message (Unofficial API)

  • Send Text - Send text messages
  • Send Media - Send images, videos, documents with captions

Group Message (Unofficial API)

  • Send Text - Send text messages to groups
  • Send Media - Send media to groups

Template (Official API)

  • Get All - Get all message templates
  • Get by ID - Get template by ID
  • Get by Name - Get template by name
  • Send Template - Send template messages with variables

Instance Management

  • Check Status - Check instance connection status
  • Get QR Code - Get QR code for WhatsApp login
  • Reboot - Logout and fresh scan
  • Reconnect - Re-initiate connection
  • Reset - Full instance reset

WhatsApp Group Management

  • Get All - List all WhatsApp groups
  • Add Member - Add member to group
  • Remove Member - Remove member from group

Contact Group (Wabot CRM)

  • Get All - List contact groups
  • Add Contact - Add contact to group
  • Remove Contact - Remove contact from group

Labels (WhatsApp Business)

  • Get All - List all labels
  • Add Label - Add label to contact
  • Remove Label - Remove label from contact

Webhook

  • Set Webhook - Configure webhook URL for receiving events

Utility

  • Check Phone - Check if phone number is on WhatsApp

Wabot Trigger Node

Receive WhatsApp events via webhook:

  • Message received
  • Message status updates (sent, delivered, read)
  • Filter by phone numbers
  • Ignore group messages option

Installation

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-wabot
  4. Click Install

Manual Installation

npm install n8n-nodes-wabot

Credentials

You need a Wabot account to use this node:

  1. Sign up at wabot.my
  2. Get your Instance ID and Access Token from the dashboard
  3. Add credentials in n8n with these values

Usage

Send Text Message

  1. Add the Wabot node
  2. Select Message > Send Text
  3. Enter the phone number (with country code, e.g., 60123456789)
  4. Enter your message
  5. Execute

Send Template Message (Official API)

  1. Add the Wabot node
  2. Select Template > Send Template
  3. Enter the phone number
  4. Enter the template name
  5. Add template variables if needed
  6. Execute

Receive Messages (Webhook)

  1. Add the Wabot Trigger node
  2. Copy the webhook URL
  3. Configure webhook in Wabot dashboard using Webhook > Set Webhook
  4. Activate the workflow

API Types

  • Official API - Uses WhatsApp Business API with approved templates
  • Unofficial API - Uses WhatsApp Web protocol for free-form messages

Support

License

MIT