n8n-nodes-velix
v0.1.4
Published
n8n community node for the Velix WhatsApp API
Maintainers
Readme
n8n-nodes-velix
Community node for n8n to interact with the Velix WhatsApp API.
Installation
Community Nodes (recommended)
- Go to Settings > Community Nodes in your n8n instance
- Click Install a community node
- Enter
n8n-nodes-velixand confirm
Manual
cd ~/.n8n
npm install n8n-nodes-velixCredentials
Create a Velix API credential with:
| Field | Description |
|---|---|
| Base URL | Your Velix API URL (e.g. https://api.velix.dev) |
| API Key | Generated via POST /v1/auth/api-keys |
Nodes
Velix WhatsApp
Main node with 35 operations across 5 resources:
| Resource | Operations | |---|---| | Instance | List, Get, Create, Delete, Connect, Disconnect, Logout, Get Status, Request Pair Code, Get Settings, Update Settings, Set Presence, Update Profile | | Message | Send Text, Send Media, Send Location, Send Contact, Send Reaction, Send Poll, Send Batch, Mark as Read, List, Search, List Scheduled, Cancel Scheduled, Revoke | | Contact | Check WhatsApp, Get Info, Get Picture | | Group | List, Create, Get Info, Update Participants, Leave | | Chatwoot | Sync History |
Velix Trigger
Webhook trigger that receives real-time events from the Velix API:
- Message Received / Sent
- Instance Connected / Disconnected / Logged Out / Paired
- Receipt Delivered / Read
- Filter by event type and instance ID
Setup: Configure a webhook in your Velix instance pointing to the trigger URL shown in n8n.
Compatibility
- n8n >= 1.0.0
- Velix API >= 1.0.0
