n8n-nodes-evolution-v2-english
v1.0.0
Published
WhatsApp node for n8n using Evolution API v2
Readme
n8n-nodes-evolution-v2
A custom n8n community node for WhatsApp integration using Evolution API v2.
Features
- Send text messages
- Send audio by URL
- Send media by URL
- Trigger workflows from incoming messages
- Receive text messages
- Receive audio messages
- Receive images
- Receive documents
- Send delay support
- Typing simulation
- Online presence support
- Mark messages as read
- Group support
Installation
npm install n8n-nodes-evolution-v2Credentials
Configure the Evolution API credentials in n8n:
- Base URL: The base URL of your Evolution API server.
- API Key: Your Evolution API authentication key.
Available Operations
- Send Text: Sends a text message to a WhatsApp number.
- Send Audio: Sends an audio message using a URL.
- Send Media: Sends an image or document using a URL.
- Mark As Read: Marks a WhatsApp message as read.
- Set Presence: Sets the WhatsApp presence status, such as online, typing, or recording.
Trigger
The WhatsApp Trigger node receives incoming WhatsApp messages from Evolution API webhooks and outputs normalized message data for n8n workflows.
