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

v0.1.6

Published

Community node: send WhatsApp messages via the WAMM API

Downloads

44

Readme

n8n-nodes-wamm

This is an n8n community node. It lets you use WAMM PRO service in your n8n workflows.

WAMM PRO is a service that enables sending WhatsApp messages directly through the WAMM API.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow these steps to install and configure the n8n-nodes-wamm custom node in your n8n instance. settings/ comunity nodes / install / n8n-nodes-wamm Installing the n8n-nodes-wamm Community Nodes

  1. Open Settings
    • Click your avatar (bottom-left) and select Settings.
  2. Navigate to Community Nodes
    • In the left sidebar, choose Community nodes.
  3. Launch the Install Dialog
    • Click the Install button at the top right of the Community nodes panel.
  4. Specify the NPM Package
    • In the npm Package Name field, enter:
      n8n-nodes-wamm
  5. Acknowledge the Risk
    • Tick the checkbox I understand the risks of installing unverified code from a public source.
  6. Install
    • Click Install and wait for the process to complete. After installation, the n8n-nodes-wamm nodes will appear in your workflow editor.

Operations

This node supports the following operations:

  • Send Message: Send a direct text message via WhatsApp
  • Send Media & File: Send media or files via WhatsApp
  • Send Template: Send a template-based message via WhatsApp
  • Add to Contact List: Add a contact to a contact list
  • Remove from Contact List: Remove a contact from a list or all lists

Credentials

To use this node, you need a WAMM PRO account. You can get one by visiting the WAMM website.

When setting up the credentials, you'll need:

  • API Token: The access token for the WAMM API
  • Email: The email address associated with your WAMM account

Compatibility

This node is compatible with n8n version 1.0.0 or later.

Usage

Sending WhatsApp Messages

  1. Add the WAMM PRO node to your workflow
  2. Select the "Send Message" operation
  3. Configure your WAMM instance ID
  4. Add the recipient's phone number (in international format, without +)
  5. Enter the message you want to send
  6. Optionally, you can schedule the message by specifying date and time

Sending Media or Files

  1. Add the WAMM PRO node to your workflow
  2. Select the "Send Media & File" operation
  3. Configure your WAMM instance ID
  4. Add the recipient's phone number
  5. Specify the URL of the media file you want to send
  6. Enter the message to accompany the media file

Using Templates

  1. Add the WAMM PRO node to your workflow
  2. Select the "Send Template" operation
  3. Configure your WAMM instance ID
  4. Add the recipient's phone number
  5. Specify the template ID you want to use
  6. Add the template parameters in JSON format

Resources