Package Information
Released: 5/17/2025
Downloads: 64 weekly / 2,475 monthly
Latest Version: 0.1.21
Author: m2bsolutions
Documentation

n8n-nodes-close
This is an n8n community node that lets you use Close CRM in your n8n workflows.
Close CRM is a modern CRM system for sales teams. With this node, you can automate and manage leads, opportunities, activities, tasks, and more.
n8n is an open-source workflow automation platform.
Installation
Supported Operations
Authentication
Compatibility
Usage
Resources
Installation
Follow the n8n community nodes installation guide.
Supported Operations
Triggers (Polling):
- Published Custom Activity
- New Lead in SmartView
- New Lead in Status
Actions:
- Find Lead
- Update Lead (including dynamic custom fields)
- Create Task
- Find Opportunity
- Update Opportunity
- Create Note
- Find Call
Authentication
- Authentication is done via a Close CRM API key (Basic Auth).
- In n8n, create a new credential of type "Close CRM API" and enter your API key.
- You can find your API keys in Close under: Settings → API Keys.
Compatibility
- Tested with n8n >= 1.90.0 and Node.js >= 20.15
- Supports all current Close CRM API versions (API Docs)
Usage
- Triggers work via polling (no webhook required)
- Dynamic custom fields are loaded automatically and available in actions
- All API parameters can be set using expressions (e.g.
{{$json["lead_id"]}}) - Pagination and error handling are integrated
Resources
License
MIT