n8n community node providing 11 specialized nodes for integrating Wuzapi (multi-user, multi-device WhatsApp REST API) into n8n workflows. Current stable version 1.6.0 (released 2025), requires n8n-workflow as peer dependency and Node.js >=20.15. Supports sending/receiving messages, group management, webhooks, media handling, and admin operations. Key differentiator: native n8n integration for Wuzapi with extensive node coverage (session, message, chat, user, group, webhook, admin) via a simple REST interface, enabling complex WhatsApp automations without coding.
npm install n8n-nodes-wuzapiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use the Wuzapi node to send a text message in an n8n workflow. Requires Wuzapi credentials setup.
Update credential references: use 'Wuzapi Credentials' credential type instead of generic 'HTTP Request' credentials.
In workflow JSON, set 'type' to 'n8n-nodes-wuzapi.Wuzapi' (the class name, not the display name).
Ensure Wuzapi webhook URL is set to your n8n webhook URL (including the unique ID) and events are enabled.
Migrate to prefixed node names: 'Wuzapi Message', 'Wuzapi Group', etc.
Upgrade Node.js to version 20.15 or later.
Install the package: `npm install n8n-nodes-wuzapi` in your n8n root, or use the community nodes UI in n8n settings.
Ensure the node parameters include 'resource' (e.g., 'message') and 'operation' (e.g., 'sendText').
Install n8n-workflow: `npm install n8n-workflow`.