Package Information
Downloads: 185 weekly / 245 monthly
Latest Version: 2.1.7
Author: Whazing
Available Nodes
Documentation
n8n-nodes-whazing
This package contains a n8n node to integrate with the Whazing API for WhatsApp messaging and customer service automation.
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
The node uses the following credentials:
- Base URL: The base URL of the Whazing API (e.g.,
https://api.whazing.com.br) - Token: Bearer token for authentication
- External Key: External key for message identification
Operations
Message Operations
- Send Text: Send a simple text message
- Send File: Send files via upload, base64, or URL
- Send Location: Send location information
- Send Button: Send interactive button messages
Ticket Operations
- Create: Create a new support ticket
- Get: Retrieve ticket information
- List Messages: Get all messages from a ticket
- Set Queue: Assign ticket to a specific queue
Contact Operations
- Create: Create a new contact
- Set CRM: Set CRM information for a contact
- Set Follow-up: Set follow-up information
- Set Tag: Add tags to a contact
Usage
- Add the Whazing node to your n8n workflow
- Configure the credentials with your API details
- Select the resource and operation you want to perform
- Fill in the required parameters
- Execute the workflow
Development
To build the node:
npm run build
To run in development mode:
npm run dev
License
MIT
Support
For support, please contact Whazing or create an issue in this repository.
