alze

n8n community nodes for Alze

Package Information

Downloads: 1,955 weeklyย /ย 1,955 monthly
Latest Version: 1.3.8
Author: MeuHubPython

Documentation

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.

Discussion