n8n-nodes-evolution-api
Advanced tools
Comparing version 0.1.41 to 0.1.42
@@ -173,3 +173,3 @@ "use strict"; | ||
number: '={{$node["Número"].number}}', | ||
midia: '={{$node["Audio"].midia}}', | ||
media: '={{$node["Audio"].media}}', | ||
}, | ||
@@ -194,3 +194,3 @@ }, | ||
mediatype: 'document', | ||
midia: '={{$node["Documento"].midia}}', | ||
media: '={{$node["Documento"].media}}', | ||
text: '={{$node["Mensagem"].text}}', | ||
@@ -714,3 +714,3 @@ }, | ||
displayName: 'Documento', | ||
name: 'midia', | ||
name: 'media', | ||
type: 'string', | ||
@@ -717,0 +717,0 @@ default: '', |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.41", | ||
"version": "0.1.42", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-evolution-api", | ||
"version": "0.1.41", | ||
"version": "0.1.42", | ||
"description": "Api não oficial do WhatsApp", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
**[ Features do Node ]** | ||
Instancias: <br> | ||
✅ Criação de Instancias Básicas;<br> (by Orion) | ||
✅ Criação de Instancias com Proxy;<br> (by Orion) | ||
✅ Busca por instancias (com e sem filtro);<br> (by Orion) | ||
✅ Criação de Instancias Básicas; (by Orion)<br> | ||
✅ Criação de Instancias com Proxy; (by Orion)<br> | ||
✅ Busca por instancias (com e sem filtro); (by Orion)<br> | ||
❌ Configurações da instancia;<br> | ||
@@ -14,9 +14,9 @@ ❌ Conexão de instância;<br> | ||
Mensagens:<br> | ||
✅ Enviar mensagem de texto;<br> (by Orion) | ||
✅ Enviar mensagem de imagem;<br> (by Orion) | ||
✅ Enviar mensagem de video;<br> (by Orion) | ||
✅ Enviar mensagem de audio;<br> (by Orion) | ||
✅ Enviar mensagem de documentos;<br> (by Orion) | ||
✅ Enviar mensagem de texto; (by Orion) <br> | ||
✅ Enviar mensagem de imagem; (by Orion) <br> | ||
✅ Enviar mensagem de video; (by Orion) <br> | ||
✅ Enviar mensagem de audio; (by Orion) <br> | ||
✅ Enviar mensagem de documentos; (by Orion) <br> | ||
❌ Enviar mensagem de status;<br> | ||
❌ Enviar mensagem de enquete;<br> | ||
❌ Enviar mensagem de lista;<br> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92428