whazing

n8n node for Whazing API integration

Package Information

Downloads: 185 weekly / 245 monthly
Latest Version: 2.1.7
Author: Whazing

Documentation

n8n-nodes-whazing

npm version
Downloads

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

  1. Add the Whazing node to your n8n workflow
  2. Configure the credentials with your API details
  3. Select the resource and operation you want to perform
  4. Fill in the required parameters
  5. 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.

Discussion