n8n-nodes-evo-anub
v0.0.8
Published
n8n community node for Evolution WhatsApp API v1 — manage instances, send messages, update profiles, and configure webhooks.
Maintainers
Readme
n8n-nodes-evolution-api
This is an n8n community node for the Evolution WhatsApp API v1. It lets you manage WhatsApp instances, send various message types, update profiles, and configure webhooks — all from within your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Features
Instance Management
- Get instance details and connection state
- Connect instance via QR code
- Find active instances
- Fetch all WhatsApp groups
- Logout and delete instances
Messaging (12 types)
- Text — Plain text messages with optional delay
- Media — Images, videos, documents via URL
- Audio — Voice messages (PTT)
- PTV — Push-to-talk video (round video notes)
- Sticker — WebP stickers
- Location — GPS coordinates with labels
- Contact — vCard contact sharing
- Reaction — Emoji reactions on messages
- Poll — Interactive polls with options
- List — List messages with sections and rows
- Buttons — Interactive button messages
- Status/Story — WhatsApp Status updates
Profile Management
- Update display name
- Update status text (About)
- Update profile picture
Webhook Configuration
- Set webhook URL and events
- Get current webhook settings
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-evolution-api - Agree to the risks and install
Manual Installation
cd ~/.n8n/custom
npm install n8n-nodes-evolution-apiCredentials
You need:
- Server URL — Your Evo Anub server URL (e.g.,
https://evo.example.com) - API Key — Your Bearer token for authentication
Compatibility
- n8n version 1.0+
- Node.js 18+
