n8n Evolution API Community Node

1.0.4 · active · verified Tue Apr 21

The n8n Evolution API Community Node is a free, open-source integration for the n8n automation platform, designed to simplify interaction with the Evolution API (a WhatsApp channel hub). It enables n8n users to automate various WhatsApp functionalities, including sending different message types (text, image, video, document, interactive messages, etc.) and managing Evolution API instances (creation, QR code generation, status updates, disconnection, deletion). The current stable version is 1.0.4. Releases are focused on bug fixes and feature enhancements, maintaining active development. This node primarily differentiates itself by providing a comprehensive, no-cost solution for WhatsApp automation within the n8n ecosystem, specifically tailored for Evolution API v2.2+.

Common errors

Warnings

Install

Quickstart

Instructions to install the n8n-nodes-evolution-api package into an n8n instance.

npx n8n@latest install n8n-nodes-evolution-api
# Or, if you manage custom nodes manually (e.g., self-hosted n8n):
# cd ~/.n8n
# npm install n8n-nodes-evolution-api
# # OR using pnpm if configured for n8n projects:
# # pnpm add n8n-nodes-evolution-api

# After installation, restart your n8n instance.
# Then, in the n8n workflow editor, add a new node and search for "Evolution API".
# Configure a new 'Evolution API' credential with your Server URL (without trailing slash) and API Key.
# Select a 'Resource' (e.g., 'Instância' or 'Mensagem') and an 'Operação' (e.g., 'Criar Instancia' or 'Enviar Texto').
# Connect the node within your workflow to automate WhatsApp tasks.

view raw JSON →