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-smsniaga

v0.1.2

Published

SMSNiaga Node for N8N

Readme

n8n-nodes-smsniaga

This is an n8n community node that provides integration with the SMSNiaga API, allowing you to send SMS messages and manage your SMS operations directly from your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

SMSNiaga is a Malaysian SMS service provider offering reliable SMS messaging solutions for businesses.

Installation

Follow the installation guide in the n8n community nodes documentation.

Credentials

To use this node, you need to configure your SMSNiaga API credentials:

  1. Get your API token from your SMSNiaga dashboard
  2. Create new credentials in n8n using the "SMSNiaga API" credential type
  3. Enter your API token

Supported Features

📱 SMS Operations

✅ Send text messages to Malaysian phone numbers (up to 50 recipients per request)
✅ Bulk SMS sending with comma-separated phone numbers
✅ Malaysian phone number validation
✅ Preview mode for testing without consuming credits

👤 Account Management

✅ Check account balance and available credits

🏷️ Sender ID Management

✅ Create new sender identifiers
✅ List all configured sender identifiers
✅ Get details of specific sender identifiers
✅ Update existing sender identifiers
✅ Delete sender identifiers
✅ Set default sender ID

📝 Message Tracking

✅ Get detailed delivery reports for SMS messages
✅ Track message status and delivery confirmation

👥 Group Management

✅ Create new subscriber groups
✅ List all subscriber groups
✅ Get details of specific groups
✅ Update existing groups
✅ Delete subscriber groups

Phone Number Format

The node supports Malaysian phone numbers in the following formats:

  • 60123456789 (recommended)
  • +60123456789

For bulk sending, separate multiple numbers with commas:

60123456789, +60187654321, 60169163324

Configuration

API Token

You can obtain your API token from the SMSNiaga dashboard:

  1. Log in to your SMSNiaga account
  2. Navigate to API settings
  3. Generate or copy your API token
  4. Use this token in the n8n credentials configuration

Preview Mode

Enable preview mode to test your SMS configuration without actually sending messages or consuming credits.

Error Handling

The node provides detailed error messages for common issues:

  • 401: Invalid or expired API token
  • 422: Validation errors (e.g., invalid phone numbers)
  • 429: Rate limit exceeded
  • 500+: Server errors

Rate Limits

Please refer to SMSNiaga's API documentation for current rate limits and usage guidelines.

Getting Help

📚 Documentation: SMSNiaga API Documentation
💬 Support: Contact SMSNiaga support team

Compatibility

This node is compatible with n8n version 0.174.0 and above.

Version History

  • 1.0.0: Initial release with full SMSNiaga API support

License

MIT

Disclaimer

This is an official community node for SMSNiaga. It is officially maintained by SMSNiaga.