npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-zius

v0.1.8

Published

Use zius.uk with n8n to automate WhatsApp and SMS messaging.

Downloads

60

Readme

npm version License: MIT


Zius is a comprehensive WhatsApp and SMS gateway platform that enables businesses to automate marketing, notifications, and bulk messaging through a powerful API and web dashboard.

This custom node seamlessly integrates your Zius account directly into your n8n workflows, allowing you to control Contacts, Groups, WhatsApp messaging, and Android SMS Gateways straight from your workflow canvas.

🛠️ Installation

Option 1: Install via n8n UI (Recommended)

You can install this node directly from your self-hosted n8n instance:

  1. Go to Settings > Community Nodes.
  2. Click Install a community node.
  3. Enter n8n-nodes-zius and click Install.

Option 2: Install via npm (CLI)

If you are running a custom Docker build or managing your n8n instance via CLI, run the following command in your n8n custom nodes directory (usually ~/.n8n/custom/):

npm install n8n-nodes-zius


🔐 Credentials Setup

All API requests require authentication using an API secret key.

  1. Log in to your Zius Dashboard.
  2. Navigate to Tools > API Keys and copy your API Secret.
  3. Optional: If you are sending WhatsApp messages, find your WhatsApp Account Unique ID.
  4. Optional: If using the Android Gateway, find your Android Device Unique ID.
  5. In your n8n workflow, add the Zius Full node, click Create New Credential, and paste your keys into the respective fields.

📦 Node Operations

This node supports the following operations mapped to the Zius REST API:

🟢 WhatsApp Messaging

  • Send Single Message: Send a targeted WhatsApp message to a recipient. Supports text, media, or document message types.
  • Send Bulk Messages: Send WhatsApp messages to multiple recipients in a campaign.
  • Start Campaign: Start or resume a WhatsApp campaign.
  • Stop Campaign: Stop or pause a WhatsApp campaign.
  • Validate Phone Number: Check if a phone number exists on WhatsApp.

📱 Android Gateway (SMS & USSD)

  • Get Devices: Retrieve all connected Android devices.
  • Send USSD Request: Send a USSD (Unstructured Supplementary Service Data) request to check balance, activate services, etc.
  • Get USSD Requests: Retrieve all USSD requests and their responses.
  • Delete USSD Request: Delete a specific USSD request by ID.
  • Delete Notification: Delete a specific Android notification by ID.

👥 Contact Management

  • Create Contact: Create a new contact in your Zius account.
  • Get All Contacts: Retrieve all contacts with pagination support.
  • Delete Contact: Delete a specific contact by ID.
  • Delete Unsubscribed Contact: Delete an unsubscribed contact from your list.

📁 Group Management

  • Create Group: Create a new contact group.
  • Get All Groups: Retrieve all contact groups with pagination support.
  • Delete Group: Delete a specific contact group by ID.

🛡️ Best Practices: Message Variation (Spintax)

When sending bulk WhatsApp messages, identical texts trigger spam filters and risk account bans. You must randomize your messages. Use Spintax to randomize messages and avoid spam filters.

How to use Spintax in the Zius n8n Node: Simply use the {word1|word2|word3} format directly in the "Message" field of the node.

{Hello|Hi|Greetings|Hey} {John|there}, we have a {special|great|exclusive} offer for you today!

Other best practices for bulk messaging include:

  • Group contacts logically for targeted campaigns.
  • Test messages with small groups before full campaigns.
  • Monitor campaign performance in real-time.

🔗 Resources

  • Zius Official Website: https://zius.uk
  • Zius API Documentation: https://zius.uk/dashboard/docs
  • API Keys: https://zius.uk/dashboard/tools/keys
  • Manage Webhooks: https://zius.uk/dashboard/tools/webhooks
  • Manage Flows: https://zius.uk/dashboard/tools/flows

📄 License

This project is licensed under the MIT License.