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

node-red-contrib-farazsms

v1.0.0

Published

FarazSMS · IranPayamak (فراز اس ام اس · ایران پیامک) — https://farazsms.com . Node-RED nodes to send SMS, OTP & pattern, check delivery, receive inbound, and manage the phonebook. Built-in rate-limit, auto-retry and error reporting.

Readme

node-red-contrib-farazsms

FarazSMS · IranPayamak (فراز اس ام اس · ایران پیامک) — official Node-RED nodes for sending and receiving SMS through the FarazSMS REST API. 🌐 farazsms.com · iranpayamak.com · 📚 docs.farazsms.com/node-red

Drag-and-drop SMS into your automations: OTP, pattern, bulk send, scheduling, delivery status, inbound messages and the phonebook — with built-in rate-limiting, automatic retry and error reporting.

Install

From Node-RED: Menu → Manage palette → Install and search for node-red-contrib-farazsms.

Or from the command line in your Node-RED user directory (~/.node-red):

npm install node-red-contrib-farazsms

Nodes

| Node | What it does | Endpoint | |------|--------------|----------| | FarazSMS account (config) | Holds your Api-Key, sender line, rate-limit & retry | — | | send | Bulk / simple text & variable (keyword) SMS, with scheduling | /ws/v1/sms/simple, /ws/v1/sms/keywords | | pattern / OTP | Pattern (template) SMS + one-line OTP (auto code → msg.otp) | /ws/v1/sms/pattern | | delivery | Delivery status: single request, per-recipient items, recent list | /ws/v1/send_request… | | inbound | Read received SMS; optional polling emits one msg per new reply | /ws/v1/inbox | | phonebook | List phonebooks/contacts, add & bulk-upsert contacts | /ws/v1/phone_book… |

Quick start

  1. Drag a FarazSMS pattern / OTP node onto the canvas.
  2. Double-click it, add a FarazSMS account, paste your Api-Key (panel → Services & Web service → Access keys).
  3. Set mode = OTP, enter your pattern code, wire an injectpattern/OTPdebug.
  4. Deploy and click inject — the code is in msg.otp, the API response in msg.payload.

Covered requirements

Send SMS · OTP · Pattern · Delivery status · Inbound · Phonebook · Scheduling · Bulk send · Rate limit · Auto-retry · Error reporting (via Catch node + msg.error) · Variable support (msg-driven attributes).

Errors

Every node raises failures through node.error(err, msg) so you can wire a Catch node; details are also on msg.error ({message, statusCode, body}).

License

MIT © FarazSMS · IranPayamak