n8n-nodes-digitalsac 0.1.8 → 0.1.9
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.
|
@@ -55,13 +55,13 @@ class Digitalsac {
|
|
|
55
55
|
displayName: 'Dados (JSON)',
|
|
56
56
|
name: 'bodyData',
|
|
57
57
|
type: 'json',
|
|
58
|
-
default: '{\n "body": "Mensagem a ser enviada",\n "number": "5511999999999",\n "externalKey": "chave_opcional"\n}',
|
|
58
|
+
default: '{\n "body": "Mensagem a ser enviada",\n "number": "5511999999999",\n "externalKey": "chave_opcional"\n // Para enviar arquivo, adicione: "binaryPropertyName": "data"\n}',
|
|
59
59
|
displayOptions: {
|
|
60
60
|
show: {
|
|
61
61
|
operation: ['validateDate', 'transferQueue', 'transferAgent', 'closeTicket', 'sendMessage'],
|
|
62
62
|
},
|
|
63
63
|
},
|
|
64
|
-
description: 'Para enviar mensagem: {"body": "texto", "number": "5511999999999", "externalKey": "opcional"}',
|
|
64
|
+
description: 'Para enviar mensagem: {"body": "texto", "number": "5511999999999", "externalKey": "opcional"}. Para enviar arquivo, adicione "binaryPropertyName": "data" (onde "data" é o nome da propriedade binária)',
|
|
65
65
|
},
|
|
66
66
|
],
|
|
67
67
|
};
|