n8n-nodes-hamkar 3.3.3 → 3.3.4

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.
@@ -108,7 +108,7 @@ class HamkarBulkSms {
108
108
  };
109
109
  await this.helpers.httpRequestWithAuthentication.call(this, 'hamkarApi', {
110
110
  method: 'POST',
111
- url: 'https://stg-api.hamkar.co/api/send-sms/bulk/',
111
+ url: 'https://stg-api.hamkar.co/api/send-bulk-sms/',
112
112
  body: bulkData,
113
113
  json: true,
114
114
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-hamkar",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "n8n node for Hamkar.co API - Contact and Record management operations",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",