n8n-nodes-whatsapp-buttons
Advanced tools
Comparing version 0.1.1 to 0.1.2
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from "n8n-workflow"; | ||
export declare type FieldsUiValues = Array<{ | ||
fieldValue: string; | ||
buttonTitle: string; | ||
}>; | ||
@@ -5,0 +5,0 @@ export declare class WhatsAppButtons implements INodeType { |
@@ -180,3 +180,3 @@ "use strict"; | ||
const parametersArray = queryParameters.map((x) => { | ||
return x.fieldValue; | ||
return x.buttonTitle; | ||
}); | ||
@@ -183,0 +183,0 @@ let buttons = []; |
{ | ||
"name": "n8n-nodes-whatsapp-buttons", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Encapsulate WhatsApp Business API for sending messages with actions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-whatsapp-buttons", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Encapsulate WhatsApp Business API for sending messages with actions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
91224