n8n-nodes-digitalsac 0.5.3 → 0.5.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.
|
@@ -42,10 +42,10 @@ export class Digitalsac implements INodeType {
|
|
|
42
42
|
{ name: 'Transferir para Fila', value: 'transferQueue' },
|
|
43
43
|
{ name: 'Transferir para Atendente', value: 'transferAgent' },
|
|
44
44
|
{ name: 'Fechar Ticket', value: 'closeTicket' },
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
{ name: 'Enviar Mensagem', value: 'sendMessage' },
|
|
46
|
+
{ name: 'Enviar Botões', value: 'sendButtons' },
|
|
47
|
+
{ name: 'Enviar Lista', value: 'sendList' },
|
|
48
|
+
{ name: 'Enviar Mídia com Caption', value: 'sendMediaCaption' },
|
|
49
49
|
{ name: 'Enviar Base64', value: 'sendBase64' },
|
|
50
50
|
{ name: 'Listar Tags', value: 'listTags' },
|
|
51
51
|
{ name: 'Vincular Tag', value: 'linkTag' },
|