@crm-kraft/n8n-nodes-close 2.0.5 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +147 -0
  2. package/package.json +22 -4
package/README.md ADDED
@@ -0,0 +1,147 @@
1
+ # n8n-nodes-close — Close CRM Integration for n8n
2
+
3
+ [![npm version](https://img.shields.io/npm/v/@crm-kraft/n8n-nodes-close.svg)](https://www.npmjs.com/package/@crm-kraft/n8n-nodes-close)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@crm-kraft/n8n-nodes-close.svg)](https://www.npmjs.com/package/@crm-kraft/n8n-nodes-close)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+ [![Maintained by CRM Kraft](https://img.shields.io/badge/Maintained%20by-CRM%20Kraft-blue)](https://crm-kraft.com)
7
+
8
+ The most complete and actively maintained **Close CRM** community node for [n8n](https://n8n.io). Built and maintained by [CRM Kraft](https://crm-kraft.com) — a specialist Close CRM consultancy with 5+ years of experience and 130+ Close CRM implementations.
9
+
10
+ ---
11
+
12
+ ## Features
13
+
14
+ - **Full Action Node** — Create, read, update, and delete all major Close CRM resources directly from your n8n workflows
15
+ - **Comprehensive Trigger Node** — React to any Close CRM event in real time via webhooks, covering every trigger that Zapier supports and more
16
+ - **Published Custom Activity Trigger** — A uniquely powerful trigger that fires precisely when a custom activity is published, using Close's server-side filtering for reliability
17
+ - **Actively maintained** — Kept up to date with every Close CRM API change by a dedicated engineering team
18
+
19
+ ---
20
+
21
+ ## Installation
22
+
23
+ In your n8n instance, go to **Settings → Community Nodes → Install** and enter:
24
+
25
+ ```
26
+ @crm-kraft/n8n-nodes-close
27
+ ```
28
+
29
+ Or install via npm:
30
+
31
+ ```bash
32
+ npm install @crm-kraft/n8n-nodes-close
33
+ ```
34
+
35
+ ---
36
+
37
+ ## Credentials
38
+
39
+ This node uses **Close CRM API Key** authentication.
40
+
41
+ 1. In Close CRM, go to **Settings → API Keys** and create a new API key
42
+ 2. In n8n, create a new **Close API** credential and paste your API key
43
+
44
+ ---
45
+
46
+ ## Nodes
47
+
48
+ ### Close CRM (Action Node)
49
+
50
+ Perform operations on all major Close CRM resources.
51
+
52
+ | Resource | Operations |
53
+ |---|---|
54
+ | **Lead** | Create, Get, Get All, Update, Delete, Search |
55
+ | **Contact** | Create, Get, Get All, Update, Delete |
56
+ | **Opportunity** | Create, Get, Get All, Update, Delete |
57
+ | **Task** | Create, Get, Get All, Update, Delete |
58
+ | **Note** | Create, Get, Get All, Update, Delete |
59
+ | **Call** | Create, Get, Get All, Update, Delete |
60
+ | **Email** | Create, Get, Get All, Update, Delete |
61
+ | **SMS** | Create, Get, Get All |
62
+ | **Pipeline** | Get, Get All |
63
+ | **Lead Status** | Get, Get All |
64
+ | **Opportunity Status** | Get, Get All |
65
+ | **Custom Field** | Get, Get All |
66
+ | **Smart View** | Get, Get All, Get Leads |
67
+ | **Email Template** | Get, Get All |
68
+ | **Integration Link** | Get, Get All |
69
+ | **Custom Activity** | Create, Get, Get All, Update, Delete |
70
+
71
+ ---
72
+
73
+ ### Close CRM Trigger (Webhook Node)
74
+
75
+ Starts a workflow automatically when a selected event occurs in Close CRM. The node automatically registers and deregisters the webhook subscription in Close CRM when the workflow is activated or deactivated.
76
+
77
+ #### Available Trigger Events
78
+
79
+ | Category | Events |
80
+ |---|---|
81
+ | **Lead** | Created, Updated, Deleted, Merged |
82
+ | **Contact** | Created, Updated, Deleted |
83
+ | **Opportunity** | Created, Updated, Deleted |
84
+ | **Task** | Created, Updated, Deleted, Completed |
85
+ | **Note** | Created, Updated, Deleted |
86
+ | **Call** | Created, Updated, Deleted, Completed |
87
+ | **Email** | Created, Updated, Deleted, Sent |
88
+ | **SMS** | Created, Updated, Deleted, Sent |
89
+ | **Meeting** | Created, Updated, Deleted, Scheduled, Started, Completed, Canceled |
90
+ | **Custom Activity** | Created, Updated, Deleted |
91
+ | **On Custom Activity Published** ⭐ | Fires when a custom activity is published (created as published or status changed to published) |
92
+ | **Lead Status Changed** | — |
93
+ | **Opportunity Status Changed** | — |
94
+ | **Form Submission Created** | — |
95
+ | **Email Unsubscribed / Resubscribed** | — |
96
+
97
+ #### On Custom Activity Published ⭐
98
+
99
+ This trigger uses Close CRM's server-side `extra_filter` to fire **only** when a custom activity is genuinely published — either created directly as published, or when a draft activity's status changes to published. It requires you to select a specific **Custom Activity Type** and registers two webhook events in a single subscription:
100
+
101
+ - `updated` with filter: `status == published AND changed_fields contains "status"`
102
+ - `created` with filter: `status == published`
103
+
104
+ This matches the behaviour of Zapier's "Published Custom Activity" trigger and is the most precise way to detect publishing events in Close CRM.
105
+
106
+ ---
107
+
108
+ ## Example Use Cases
109
+
110
+ - **Lead Created → Enrich & Notify** — When a new lead is created in Close, enrich it with data from Clearbit and send a Slack notification to the sales team
111
+ - **Opportunity Won → Onboarding** — When an opportunity status changes to "Won", automatically create an onboarding task, send a welcome email, and add the contact to a Mailchimp list
112
+ - **Published Custom Activity → CRM Update** — When a sales rep publishes a custom activity (e.g. a demo feedback form), automatically update the lead score and trigger a follow-up sequence
113
+ - **Task Completed → Invoice** — When a task is marked complete, create an invoice in your billing system
114
+
115
+ ---
116
+
117
+ ## About CRM Kraft
118
+
119
+ [CRM Kraft](https://crm-kraft.com) is a specialist CRM automation consultancy based in Germany. We have been implementing Close CRM solutions for B2B companies for over 5 years, with more than 130 successful projects delivered. Our team of 11, including full-time programmers, builds and maintains automation infrastructure on top of Close CRM and n8n for clients across Europe and beyond.
120
+
121
+ We built this node because we use it ourselves — every day, across every client project. That means it is always kept up to date, thoroughly tested in production, and built with a deep understanding of how Close CRM actually works.
122
+
123
+ **Website:** [https://crm-kraft.com](https://crm-kraft.com)
124
+ **Contact:** justus@crm-kraft.de
125
+ **GitHub:** [https://github.com/crm-kraft/n8n-nodes-close](https://github.com/crm-kraft/n8n-nodes-close)
126
+
127
+ ---
128
+
129
+ ## Contributing
130
+
131
+ Issues and pull requests are welcome. Please open an issue on GitHub before submitting a pull request for significant changes.
132
+
133
+ ---
134
+
135
+ ## License
136
+
137
+ [MIT](LICENSE)
138
+
139
+ ---
140
+
141
+ ## Related Packages
142
+
143
+ Other n8n community nodes maintained by CRM Kraft:
144
+
145
+ - [`n8n-nodes-calendly`](https://www.npmjs.com/package/n8n-nodes-calendly) — Calendly integration for n8n
146
+ - [`n8n-nodes-youcanbookme`](https://www.npmjs.com/package/n8n-nodes-youcanbookme) — YouCanBookMe integration for n8n
147
+ - [`n8n-nodes-ablefy`](https://www.npmjs.com/package/n8n-nodes-ablefy) — Ablefy integration for n8n
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@crm-kraft/n8n-nodes-close",
3
- "version": "2.0.5",
4
- "description": "n8n community node for Close CRM full action node + comprehensive webhook trigger covering all Zapier-equivalent events including Published Custom Activity.",
3
+ "version": "2.0.7",
4
+ "description": "The most complete Close CRM node for n8n. Manage leads, contacts, opportunities, tasks, calls, emails, and more. Includes a full webhook trigger node with all events — Lead Created/Updated, Opportunity Won, Custom Activity Published, and every Zapier-equivalent trigger. Maintained by CRM Kraft, a Close CRM specialist with 130+ implementations.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
7
7
  "n8n",
@@ -9,7 +9,20 @@
9
9
  "crm",
10
10
  "close.com",
11
11
  "closecrm",
12
- "automation"
12
+ "close-crm",
13
+ "automation",
14
+ "webhook",
15
+ "trigger",
16
+ "lead",
17
+ "contact",
18
+ "opportunity",
19
+ "sales",
20
+ "sales-automation",
21
+ "crm-automation",
22
+ "workflow",
23
+ "integration",
24
+ "custom-activity",
25
+ "n8n-nodes"
13
26
  ],
14
27
  "license": "MIT",
15
28
  "author": {
@@ -19,6 +32,10 @@
19
32
  "type": "git",
20
33
  "url": "https://github.com/crm-kraft/n8n-nodes-close.git"
21
34
  },
35
+ "homepage": "https://github.com/crm-kraft/n8n-nodes-close#readme",
36
+ "bugs": {
37
+ "url": "https://github.com/crm-kraft/n8n-nodes-close/issues"
38
+ },
22
39
  "main": "index.js",
23
40
  "scripts": {
24
41
  "build": "tsc && npm run copy-icons",
@@ -31,7 +48,8 @@
31
48
  "typecheck": "tsc --noEmit"
32
49
  },
33
50
  "files": [
34
- "dist"
51
+ "dist",
52
+ "README.md"
35
53
  ],
36
54
  "n8n": {
37
55
  "n8nNodesApiVersion": 1,