wazzup

n8n community node for Wazzup API

Package Information

Downloads: 3 weekly / 142 monthly
Latest Version: 0.1.0
Author: SalesOfTech

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 Key from Wazzup account: Integration with CRM -> API -> Add
  • Base 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

Discussion