bws-whatsapp

n8n community nodes for BWS WhatsApp Gateway with secure API key authentication

Package Information

Downloads: 433 weekly / 433 monthly
Latest Version: 1.2.1
Author: Bali Websmith

Documentation

n8n-nodes-bws-whatsapp

Community nodes for the BWS WhatsApp Gateway (powered by Baileys).

Install

From your n8n install directory:

npm install @baliwebsmith/n8n-nodes-bws-whatsapp

Then restart n8n.

Credentials

Create a "BWS WhatsApp API" credential:

  • Base URL: https://wa.bali-websmith.com (or your tunnel)
  • API Key: your configured API_KEY
  • Instance ID: optional, sent as X-Instance-Id

Supported Operations

  • Status: get connection status
  • Message: send text message
  • Media: send media message
  • Chats: list chats
  • Contacts: list contacts
  • Messages: list recent messages
  • Number: check if a number exists on WhatsApp
  • Profile: get profile picture
  • Webhook: set webhook URL/events
  • Session: logout

Publish (maintainers)

npm login
npm publish

Discussion