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

v1.1.0

Published

n8n community node for Nimriz — short link management, click/scan event triggers, and outbound connection automation.

Readme

n8n-nodes-nimriz

This is an n8n community node. It lets you use Nimriz in your n8n workflows.

Nimriz is a link management platform for creating and managing short links, tracking clicks and QR scans, and forwarding link events to your analytics and automation stack.

Installation · Credentials · Operations · Triggers · Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

On self-hosted n8n you can install it from Settings → Community Nodes using the package name n8n-nodes-nimriz, or with npm in your n8n root:

npm install n8n-nodes-nimriz

Restart your n8n instance. The Nimriz and Nimriz Trigger nodes then appear in the nodes panel.

Credentials

Authentication can use Nimriz OAuth2 or a Nimriz Workspace API key.

  • For OAuth2, add a Nimriz OAuth2 API credential and enter the Client ID and Client Secret supplied for your n8n callback URL.
  • For API-key auth, create a key in your Nimriz dashboard under Settings → Integrations → API access, then add a Nimriz API credential in n8n and paste the key.

Use the Test button to confirm the credential is valid. The credential is checked against GET /api/v1/whoami.

Operations

Link

  • Create - create a short link.
  • Get - get a single link by ID.
  • Find - find a link by its short URL.
  • List - list recent links in the workspace.
  • Update Slug - change a link's slug.
  • Update Destination - change a link's destination URL.
  • Update Password - set or remove a link's password.
  • Update Expiration - set, change, or remove a link's expiration.
  • Check Slug - check whether a slug is available on a domain.
  • Get Analytics - get click and scan analytics for a link.

Connection

Manage outbound integration connections (analytics/CDP/webhook destinations).

  • Create, List, Get, Update, Delete, Test - manage and test-send outbound connections.

Triggers

The Nimriz Trigger node starts a workflow when a Nimriz event fires. It registers a webhook in your workspace for the selected event:

  • Link Created
  • Link Updated
  • Link Takedown Updated
  • Domain Verification Updated
  • Link Clicked
  • QR Code Scanned

Resources

License

MIT