wavy

Node untuk Wavy gess

Package Information

Downloads: 107 weekly / 2,964 monthly
Latest Version: 1.2.7

Documentation

n8n-nodes-wavy

This is an n8n community node for interacting with the Wavy WhatsApp Gateway.

Features

Wavy Node

The main node now supports a professional Resource/Operation pattern:

  • Resource: Message

    • Send Text: Standard text messages.
    • Send Media: Images, videos, audio, or documents via URL.
    • Send Interactive: Complex interactive messages (Native Flow, Buttons, etc.).
    • Send Carousel: Scrolling card carousels.
    • Send Channel: Send messages to WhatsApp Newsletter channels.
    • Send Sticker: Send stickers via URL.
    • Send Poll: Send interactive polls.
    • Send Location: Send GPS locations.
    • Send Contact: Send vCard contacts.
    • Delete: Revoke/delete a sent message.
  • Resource: Session

    • Get All: List all available WhatsApp sessions.
    • Create: Create a new WhatsApp session.
    • Get Status: Check connection and battery status.
    • Delete: Remote logout and remove a session.
    • Reconnect: Reset credentials and generate a fresh QR code.
    • Get QR Code: Retrieve the base64 QR code for scanning.
  • Resource: Tool

    • Check Number: Bulk check if phone numbers are registered on WhatsApp.

Wavy Trigger (Host-to-Host)

  • A dedicated Trigger node to receive real-time updates from Wavy.
  • Auto-Registration: No manual copy-paste! When you activate the workflow, the node automatically registers its webhook URL to your Wavy session using your API Key.
  • Handles incoming text, media, and button click events instantly.

Installation

You can install this node via the community nodes panel in n8n settings.

npm install n8n-nodes-wavy

Credentials

To use this node, you need to configure the Wavy API credentials:

  • Base URL: The protocol and domain/IP of your Wavy instance (e.g., https://your-wavy.com).
  • API Key: Your Wavy API key for authentication.

License

MIT

Discussion