n8n-nodes-clientify 0.2.12 → 0.2.13

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.
@@ -16,8 +16,11 @@ class ClientifyApi {
16
16
  };
17
17
  this.test = {
18
18
  request: {
19
- baseURL: '={{$credentials.baseUrl}}',
19
+ // NOTE: n8n’s automated verification expects a literal baseURL here (not an expression).
20
+ // Runtime requests still use the user-provided `baseUrl` credential value.
21
+ baseURL: 'https://api-plus.clientify.com/v2',
20
22
  url: '/me/?fields=id,email',
23
+ method: 'GET',
21
24
  },
22
25
  };
23
26
  this.properties = [
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-clientify",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "N8N node for Clientify CRM integration",
5
5
  "keywords": [
6
6
  "n8n-node",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-clientify",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "N8N node for Clientify CRM integration",
5
5
  "keywords": [
6
6
  "n8n-node",