Package Information
Downloads: 3 weekly / 142 monthly
Latest Version: 0.1.0
Author: SalesOfTech
Available Nodes
Documentation
n8n-nodes-wazzup
Community node for integrating the Wazzup API in n8n.
Current API Coverage
This package currently supports:
- Channels:
Get All(GET /channels) - Messages:
Send,Edit,Delete(POST/PATCH/DELETE /message) - Webhooks:
Get,Set(GET/PATCH /webhooks)
This is not full Wazzup API coverage yet.
Credentials
Create a Wazzup API credential in n8n with:
API Keyfrom Wazzup account:Integration with CRM -> API -> AddBase URL(default):https://api.wazzup24.com/v3
Authorization header used by the node:
Authorization: Bearer <apiKey>
Installation
As npm package
npm install n8n-nodes-wazzup
Local development install
npm install
npm run build
Development
npm install
npm run build
Publish Checklist
npm ci
npm run build
npm pack --dry-run
Then publish:
npm publish
Links
- Wazzup API docs: https://wazzup24.com/help/api-en/
- Issues: https://github.com/SalesOfTech/n8n-nodes-wazzup/issues