n8n-nodes-evolution-message-search 1.0.2 → 1.0.3
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.
|
@@ -7,6 +7,13 @@ class EvolutionApi {
|
|
|
7
7
|
this.displayName = 'Evolution API';
|
|
8
8
|
this.documentationUrl = 'https://docs.evolutionfoundation.com.br/evolution-api';
|
|
9
9
|
this.properties = [
|
|
10
|
+
{
|
|
11
|
+
displayName: 'Base URL',
|
|
12
|
+
name: 'baseUrl',
|
|
13
|
+
type: 'string',
|
|
14
|
+
default: 'http://localhost:8080',
|
|
15
|
+
description: 'Evolution API server URL (e.g., http://localhost:8080 or https://api.example.com)',
|
|
16
|
+
},
|
|
10
17
|
{
|
|
11
18
|
displayName: 'API Key',
|
|
12
19
|
name: 'apiKey',
|
|
@@ -24,7 +31,7 @@ class EvolutionApi {
|
|
|
24
31
|
};
|
|
25
32
|
this.test = {
|
|
26
33
|
request: {
|
|
27
|
-
url: '
|
|
34
|
+
url: '=/instance/connectionStatus',
|
|
28
35
|
method: 'GET',
|
|
29
36
|
},
|
|
30
37
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-evolution-message-search",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Evolution API - Search Messages node for n8n. Search WhatsApp message history by keywords, dates, and conversation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|