wabot-my

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

Package Information

Downloads: 3 weekly / 11 monthly
Latest Version: 1.0.0
Author: Wabot

Documentation

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

Discussion