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

v0.2.13

Published

N8N node for Clientify CRM integration

Readme

n8n-nodes-clientify

npm version License: MIT

Connect n8n to Clientify CRM via the Clientify REST API using API keys (Authorization: Token <apiKey>).

This package stays aligned with the action catalog by generating actions/fields from a single shared connector spec at build time. Under the hood, requests are executed directly via n8n’s HTTP request helper with Authorization: Token <apiKey>.

Installation

In n8n (GUI)

  1. Go to SettingsCommunity Nodes
  2. Click Install
  3. Enter: n8n-nodes-clientify
  4. Click I understand the risks and then Install
  5. Restart n8n (important - it won't show up until you do)

Via npm (Command Line)

cd ~/.n8n/nodes
npm install n8n-nodes-clientify
# Restart n8n

Docker

Persist the nodes directory, or you’ll lose the node on restart:

volumes:
  - n8n_data:/home/node/.n8n

Or enable auto-reinstall:

environment:
  - N8N_REINSTALL_MISSING_PACKAGES=true

Prerequisites

You'll need:

  • n8n 2.x
  • Node.js 20+
  • A Clientify API key

Configuration

  1. In n8n, go to CredentialsNew
  2. Search for "Clientify API"
  3. Enter your API Key
  4. Click Save

Nodes

Clientify (action node)

  1. Add a node and search for Clientify.
  2. Pick an Action.
  3. Fill fields directly or map them from previous nodes using expressions.

Clientify Trigger (webhook helper)

Use this when you want a Clientify-branded trigger in the workflow. Under the hood it behaves like an n8n webhook:

  • Use Test URL when executing on the canvas.
  • Use Production URL for always-on external calls (runs show up in Executions).
  • The trigger verifies the incoming payload event matches the selected event type.

For payload formats and examples, see TRIGGERS_REFERENCE.md.

Available Operations

Operations are generated from the bundled catalog (currently 81 actions).

Mapping (inputs from earlier steps)

Mapping is field-based:

  • Use the field’s + button (variable picker), or
  • Toggle = and use expressions like {{$node["Create Contact"].json.id}}.

Troubleshooting

  • If the node does not appear after install, restart n8n.
  • If the API returns 401, verify your API key.
  • If an operation requires an ID, ensure you mapped the correct numeric ID from a previous node.

Support

License

MIT License - see LICENSE file for details.

Copyright (c) 2025 Clientify