wamm

Package Information

Released: 5/28/2025
Downloads: 61 weekly / 102 monthly
Latest Version: 0.1.0
Author: ulmeanuadrian

Documentation

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 the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-wamm

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

Discussion