n8n-nodes-wazzup
v0.1.0
Published
n8n community node for Wazzup API
Maintainers
Readme
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-wazzupLocal development install
npm install
npm run buildDevelopment
npm install
npm run buildPublish Checklist
npm ci
npm run build
npm pack --dry-runThen publish:
npm publishLinks
- Wazzup API docs: https://wazzup24.com/help/api-en/
- Issues: https://github.com/SalesOfTech/n8n-nodes-wazzup/issues
