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

v1.5.2

Published

n8n community nodes for Alze

Readme

n8n-nodes-alze

This is an n8n community node package that integrates seamlessly with the Alze REST API. It allows you to build powerful automated workflows, synchronize contacts, deals, activities, and manage sales funnels with absolute control.

npm version n8n community node license


Key Features

  • Complete API Coverage: Supports all 10 resources and over ~50 endpoints inside Alze.
  • Auto-Pagination: Seamlessly loops through paginated GET requests automatically when Return All is checked.
  • Flexible Custom Fields Mapping: Fully supports custom properties using an interactive UI Key-Value table or raw custom JSON objects.
  • Optimized & Type-Safe: Written in 100% strict TypeScript and compiled against official n8n workflow types.

Supported Resources & Operations

| Resource | Description | Supported Operations | | :--- | :--- | :--- | | 👤 Contacts | Individual leads or clients. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete, Merge | | 🏢 Organizations | Associated businesses or institutions. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete | | 💼 Deals | Sales opportunities and pipeline tickets. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete, Win, Lose, Move Stage | | 📅 Activities | Planned or completed follow-up interactions. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete, Complete | | 📦 Products / Items | Product catalog and pricing entries. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete | | 🛣️ Pipelines | Sales pipeline structures / funnels. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete, Get Stages | | 📊 Stages | Dynamic pipeline stages with success probability. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete | | ❌ Lost Reasons | Standardized catalog for rejected deals. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete | | 🏆 Won Reasons | Standardized catalog for successful deal closings. | Create, Get, Get Many (List), Update, Update Partial (Patch), Delete | | 👥 Users | Workspace administrators, SDRs, and sellers. | Get, Get Authenticated User (Me), Get Many (List) |


Installation

For Cloud / Self-Hosted n8n (UI)

  1. Go to Settings > Community Nodes in your n8n dashboard.
  2. Click Install a Node.
  3. Enter n8n-nodes-alze as the NPM package name.
  4. Agree to terms and click Install.

For Local n8n Instances (CLI)

In your n8n installation directory, install the package globally or locally:

npm install n8n-nodes-alze

Authentication Setup

  1. Add the Alze node to your workflow.
  2. Under Credentials, select Create New Credential.
  3. Provide your Alze API Key (issued from your workspace settings page).
  4. Save and start building!

Custom Fields Setup Guide

Alze supports highly customizable properties for Contacts, Organizations, and Deals. This node provides two convenient methods to map these fields:

Method A: Custom Fields (UI)

A clean, interactive table allowing you to add dynamic key-value properties:

  • Key: cpf_cnpj | Value: 123.456.789-00
  • Key: segmento | Value: Imobiliário

Method B: Custom Fields (JSON)

For complex dynamic bindings or passing JSON variables directly:

{
  "origem": "lead_ads",
  "data_conversao": "2026-05-28",
  "score": 85
}

License

This project is licensed under the MIT License. Developed with ❤️ by Petize.