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.

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)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-wabot - Click Install
Manual Installation
npm install n8n-nodes-wabot
Credentials
You need a Wabot account to use this node:
- Sign up at wabot.my
- Get your Instance ID and Access Token from the dashboard
- Add credentials in n8n with these values
Usage
Send Text Message
- Add the Wabot node
- Select Message > Send Text
- Enter the phone number (with country code, e.g., 60123456789)
- Enter your message
- Execute
Send Template Message (Official API)
- Add the Wabot node
- Select Template > Send Template
- Enter the phone number
- Enter the template name
- Add template variables if needed
- Execute
Receive Messages (Webhook)
- Add the Wabot Trigger node
- Copy the webhook URL
- Configure webhook in Wabot dashboard using Webhook > Set Webhook
- 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
- Website: wabot.my
- Documentation: wabot.my/docs
- Email: support@wabot.my
License
MIT

