n8n-nodes-innotes 1.0.14 → 1.0.15
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 +3 -0
- package/dist/package.json +2 -3
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
An N8N custom node that enables seamless integration with the InNotes LinkedIn CRM application. This node allows you to automate workflows involving contacts, notes, jobs, statuses, tags, and user management within the InNotes platform.
|
|
4
4
|
|
|
5
|
+
> **Note**
|
|
6
|
+
> The LinkedIn scraper microservice node now lives in `../n8n_linkedin_scraper_node` so it can be published as an independent community package.
|
|
7
|
+
|
|
5
8
|
## Features
|
|
6
9
|
|
|
7
10
|
- **Complete CRUD Operations**: Create, read, update, and delete operations for all InNotes resources
|
package/dist/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-innotes",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "N8N node for InNotes CRM API integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
7
7
|
"InNotes",
|
|
8
8
|
"CRM",
|
|
9
|
-
"API"
|
|
10
|
-
"LinkedIn"
|
|
9
|
+
"API"
|
|
11
10
|
],
|
|
12
11
|
"license": "MIT",
|
|
13
12
|
"homepage": "https://github.com/mrc527/InNotes/tree/main/n8n_node",
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-innotes",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "N8N node for InNotes CRM API integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
7
7
|
"InNotes",
|
|
8
8
|
"CRM",
|
|
9
|
-
"API"
|
|
10
|
-
"LinkedIn"
|
|
9
|
+
"API"
|
|
11
10
|
],
|
|
12
11
|
"license": "MIT",
|
|
13
12
|
"homepage": "https://github.com/mrc527/InNotes/tree/main/n8n_node",
|