n8n-nodes-mautic-advanced 0.3.4 → 0.3.5

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.
@@ -188,7 +188,7 @@ async function editDoNotContactList(context, itemIndex) {
188
188
  const action = (0, ApiHelpers_1.getRequiredParam)(context, 'action', itemIndex);
189
189
  const channel = (0, ApiHelpers_1.getRequiredParam)(context, 'channel', itemIndex);
190
190
  const body = { action, channel };
191
- const response = await (0, ApiHelpers_1.makeApiRequest)(context, 'POST', `/contacts/${contactId}/dnc/${action}/${channel}`, body);
191
+ const response = await (0, ApiHelpers_1.makeApiRequest)(context, 'POST', `/contacts/${contactId}/dnc/${channel}/${action}`, body);
192
192
  return response.contact;
193
193
  }
194
194
  async function addUtmTags(context, itemIndex) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-mautic-advanced",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Enhanced n8n node for Mautic with comprehensive API coverage including tags, campaigns, categories, and advanced contact management",
5
5
  "keywords": [
6
6
  "n8n",