n8n-nodes-innotes 2.0.12 → 2.0.14

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.
package/README.md CHANGED
@@ -9,14 +9,14 @@ The LinkedIn scraper node is a separate package,
9
9
 
10
10
  ## Installation
11
11
 
12
- In n8n: **Settings Community Nodes → Install** → `n8n-nodes-innotes`.
12
+ Published to NPM as `n8n-nodes-innotes`; `package.json` carries the
13
+ `n8n-community-node-package` keyword.
13
14
 
14
- Manual build from source (Node >= 18.10, yarn 1):
15
+ Build from source (`engines`: Node `>=18.10`, yarn `>=1.22.0`):
15
16
 
16
17
  ```bash
17
18
  yarn install
18
19
  yarn build
19
- cp -r dist/* ~/.n8n/custom/ # then restart n8n
20
20
  ```
21
21
 
22
22
  ## Credentials
@@ -50,11 +50,12 @@ with a Bearer token.
50
50
  Required fields: Contact create needs **Name** and **LinkedIn Key**; Job create
51
51
  needs **Job Name** and **Company Name**.
52
52
 
53
- **The Note resource is broken.** Its required fields are **External ID** and
54
- **Note Text**, but the executor reads `content`/`contactId` on create and
55
- `noteId` on get declared nowhere so a UI-filled node throws on the missing
56
- parameter, and *Get* would call `/api/note/{noteId}` rather than look up by
57
- external ID.
53
+ **The Note resource is broken.** `NoteDescription.ts` declares **External ID**
54
+ (`ext_id`) and **Note Text** (`text`) as its required fields, but the executor
55
+ reads `content` and `contactId` on create and `noteId` on get with no fallback
56
+ none of which the note resource declares, so a UI-filled node throws on the
57
+ missing parameter — and *Get* calls `/api/note/{noteId}` rather than looking up
58
+ by external ID.
58
59
 
59
60
  Job **Search** takes a search method: `general`, `ext_id`, `title`, `company`,
60
61
  `location`, `description`. **Batch Exists** takes a comma-separated list of
@@ -78,7 +79,9 @@ and **Timeout Between Batches** in ms (default 1000), to stay under rate limits.
78
79
 
79
80
  ## Errors
80
81
 
81
- Failures raise `NodeApiError` with the operation and the request parameters.
82
+ Contact *Create* and the Job *Create / Get / Get All / Update / Delete*
83
+ operations re-raise a failure as `NodeApiError` naming the operation and the
84
+ request parameters.
82
85
  Contact creation reports only the **count** of `contact_details` entries, never
83
86
  the values — n8n persists execution data, and those are a third party's phone
84
87
  numbers and email addresses.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-innotes",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "N8N node for InNotes CRM API integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-innotes",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "N8N node for InNotes CRM API integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",