Package Information
Downloads: 1,955 weeklyย /ย 1,955 monthly
Latest Version: 1.3.8
Author: MeuHubPython
Available Nodes
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.
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 Allis 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)
- Go to Settings > Community Nodes in your n8n dashboard.
- Click Install a Node.
- Enter
n8n-nodes-alzeas the NPM package name. - 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
- Add the Alze node to your workflow.
- Under Credentials, select Create New Credential.
- Provide your Alze API Key (issued from your workspace settings page).
- 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.