@aorizondo/n8n-nodes-evolution 1.9.53 → 1.9.54

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.
Files changed (60) hide show
  1. package/README.md +237 -225
  2. package/dist/nodes/EvolutionApi/EvolutionApiTrigger.node.js +10 -10
  3. package/dist/nodes/EvolutionApi/EvolutionApiV2.node.js +2 -2
  4. package/dist/nodes/EvolutionApi/execute/business/getCatalog.js +2 -1
  5. package/dist/nodes/EvolutionApi/execute/business/getCollections.js +2 -1
  6. package/dist/nodes/EvolutionApi/execute/call/offerCall.js +2 -1
  7. package/dist/nodes/EvolutionApi/execute/chat/findChatByJid.js +2 -1
  8. package/dist/nodes/EvolutionApi/execute/events/setKafka.js +3 -2
  9. package/dist/nodes/EvolutionApi/execute/events/setNats.js +3 -2
  10. package/dist/nodes/EvolutionApi/execute/events/setPusher.js +3 -2
  11. package/dist/nodes/EvolutionApi/execute/events/setRabbitMQ.js +1 -1
  12. package/dist/nodes/EvolutionApi/execute/events/setSqs.js +3 -2
  13. package/dist/nodes/EvolutionApi/execute/events/setWebhook.js +1 -1
  14. package/dist/nodes/EvolutionApi/execute/events/setWebsocket.js +3 -2
  15. package/dist/nodes/EvolutionApi/execute/groups/findGroupInfos.js +2 -1
  16. package/dist/nodes/EvolutionApi/execute/groups/inviteInfo.js +2 -1
  17. package/dist/nodes/EvolutionApi/execute/instance/connectionState.js +2 -1
  18. package/dist/nodes/EvolutionApi/execute/instance/fetchProxy.js +2 -1
  19. package/dist/nodes/EvolutionApi/execute/instance/setProxy.js +1 -1
  20. package/dist/nodes/EvolutionApi/execute/integrations/setChatwoot.js +1 -1
  21. package/dist/nodes/EvolutionApi/execute/integrations/setDifyBot.js +1 -1
  22. package/dist/nodes/EvolutionApi/execute/integrations/setEvoai.js +9 -8
  23. package/dist/nodes/EvolutionApi/execute/integrations/setEvolutionBot.js +1 -1
  24. package/dist/nodes/EvolutionApi/execute/integrations/setFlowiseBot.js +1 -1
  25. package/dist/nodes/EvolutionApi/execute/integrations/setN8nBot.js +9 -8
  26. package/dist/nodes/EvolutionApi/execute/integrations/setOpenai.js +13 -12
  27. package/dist/nodes/EvolutionApi/execute/integrations/setTypebot.js +1 -1
  28. package/dist/nodes/EvolutionApi/execute/messages/sendLocation.js +2 -1
  29. package/dist/nodes/EvolutionApi/execute/messages/sendPtv.js +2 -1
  30. package/dist/nodes/EvolutionApi/execute/messages/sendSticker.js +2 -1
  31. package/dist/nodes/EvolutionApi/execute/messages/sendTemplate.js +2 -1
  32. package/dist/nodes/EvolutionApi/execute/newsletter/repostNewsletterMessage.js +1 -1
  33. package/dist/nodes/EvolutionApi/execute/s3/getMedia.js +2 -1
  34. package/dist/nodes/EvolutionApi/execute/s3/getMediaUrl.js +2 -1
  35. package/dist/nodes/EvolutionApi/execute/templates/createTemplate.js +2 -1
  36. package/dist/nodes/EvolutionApi/execute/templates/fetchTemplates.js +2 -1
  37. package/dist/nodes/EvolutionApi/properties/ai-integrations.fields.js +23 -23
  38. package/dist/nodes/EvolutionApi/properties/business.operations.js +4 -4
  39. package/dist/nodes/EvolutionApi/properties/chat.fields.js +27 -27
  40. package/dist/nodes/EvolutionApi/properties/chat.operations.js +19 -19
  41. package/dist/nodes/EvolutionApi/properties/community.fields.js +11 -11
  42. package/dist/nodes/EvolutionApi/properties/community.operations.js +24 -24
  43. package/dist/nodes/EvolutionApi/properties/events.fields.js +1 -1
  44. package/dist/nodes/EvolutionApi/properties/groups.fields.js +35 -35
  45. package/dist/nodes/EvolutionApi/properties/groups.operations.js +24 -24
  46. package/dist/nodes/EvolutionApi/properties/index.js +3 -3
  47. package/dist/nodes/EvolutionApi/properties/instances.fields.js +42 -42
  48. package/dist/nodes/EvolutionApi/properties/instances.operations.js +12 -12
  49. package/dist/nodes/EvolutionApi/properties/integrations.fields.js +75 -75
  50. package/dist/nodes/EvolutionApi/properties/labels.fields.js +2 -2
  51. package/dist/nodes/EvolutionApi/properties/labels.operations.js +2 -2
  52. package/dist/nodes/EvolutionApi/properties/messages.fields.js +63 -63
  53. package/dist/nodes/EvolutionApi/properties/messages.operations.js +34 -34
  54. package/dist/nodes/EvolutionApi/properties/newsletter.fields.js +9 -9
  55. package/dist/nodes/EvolutionApi/properties/newsletter.operations.js +28 -28
  56. package/dist/nodes/EvolutionApi/properties/profile.fields.js +12 -12
  57. package/dist/nodes/EvolutionApi/properties/profile.operations.js +18 -18
  58. package/dist/nodes/EvolutionApi/properties/resources.js +4 -4
  59. package/dist/nodes/EvolutionApi/properties/templates.operations.js +4 -4
  60. package/package.json +2 -2
package/README.md CHANGED
@@ -3,8 +3,10 @@
3
3
  ![Evolution API](https://github.com/user-attachments/assets/813b7b34-377c-42e8-9f1a-12e27e682c7f)
4
4
 
5
5
  <p align="center">
6
- Community Node para integração completa da <b>Evolution API v2.2+</b> com o <b>n8n</b>.<br>
7
- Permite automação de WhatsApp com suporte a mensagens, grupos, canais, integrações e muito mais.
6
+ Community Node for complete integration of <b>Evolution API v2.2+</b> with <b>n8n</b>.<br>
7
+ Allows WhatsApp automation with support for messages, groups, channels, integrations, and more.<br><br>
8
+ <b>⚠️ PATCHED VERSION by @aorizondo:</b><br>
9
+ This fork addresses critical bugs in credentials mapping for AI and integrations (fixing 'Invalid URL' and 'evolutionApi' vs 'evolutionApiV2Api' context issues) and translates the UI from Portuguese to English. Original Credit to Flávio Kosta.
8
10
  </p>
9
11
 
10
12
  <div align="center">
@@ -15,333 +17,343 @@ Permite automação de WhatsApp com suporte a mensagens, grupos, canais, integra
15
17
 
16
18
  ---
17
19
 
18
- ## Requisitos
20
+ ## Requirements
19
21
 
20
- - **n8n** versão **1.54.4** ou superior
21
- - **Evolution API** versão **2.2.0** ou superior
22
+ - **n8n** version **1.54.4** or higher
23
+ - **Evolution API** version **2.2.0** or higher
22
24
  - **Node.js** >= 18.10
23
- - **pnpm** >= 9.1.4 (para desenvolvimento)
25
+ - **pnpm** >= 9.1.4 (for development)
24
26
 
25
27
  ---
26
28
 
27
- ## Instalação
29
+ ## Installation
28
30
 
29
- ### Via npm (Recomendado)
31
+ ### Via npm (Recommended)
30
32
  ```bash
31
- npm install n8n-nodes-evolution
33
+ npm install @aorizondo/n8n-nodes-evolution
32
34
  ```
33
35
 
34
36
  ### Manual
35
- 1. Clone o repositório
36
- 2. Execute `pnpm install`
37
- 3. Execute `pnpm build`
38
- 4. Copie para a pasta de nodes customizados do n8n
37
+ 1. Clone the repository
38
+ 2. Run `pnpm install`
39
+ 3. Run `pnpm build`
40
+ 4. Copy to the n8n custom nodes folder
39
41
 
40
42
  ---
41
43
 
42
- ## Recursos Disponíveis (14)
44
+ ## Available Resources (14)
43
45
 
44
- ### Instância
45
- Gerenciamento completo de instâncias da Evolution API.
46
+ ### Instance
47
+ Complete management of Evolution API instances.
46
48
 
47
- | Operação | Descrição |
49
+ | Operation | Description |
48
50
  |----------|-----------|
49
- | Criar Instância | Cria nova instância WhatsApp |
50
- | Gerar QR-Code | Obtém QR code para conexão |
51
- | Buscar Instância | Lista instâncias disponíveis |
52
- | Estado da Conexão | Verifica estado atual |
53
- | Definir Comportamento | Configura comportamento |
54
- | Definir Presença | Define status de presença |
55
- | Definir Proxy | Configura proxy |
56
- | Buscar Proxy | Obtém configuração de proxy |
57
- | Desconectar | Desconecta do WhatsApp |
58
- | Deletar | Remove instância |
59
-
60
- ### Mensagem
61
- Envio de diversos tipos de mensagens.
62
-
63
- | Operação | Descrição |
51
+ | Create Instance | Creates a new WhatsApp instance |
52
+ | Generate QR-Code | Gets QR code for connection |
53
+ | Fetch Instance | Lists available instances |
54
+ | Connection State | Checks current state |
55
+ | Set Behavior | Configures behavior |
56
+ | Set Presence | Sets presence status |
57
+ | Set Proxy | Configures proxy |
58
+ | Fetch Proxy | Gets proxy configuration |
59
+ | Disconnect | Disconnects from WhatsApp |
60
+ | Delete | Removes instance |
61
+
62
+ ### Message
63
+ Sending various types of messages.
64
+
65
+ | Operation | Description |
64
66
  |----------|-----------|
65
- | Enviar Texto | Mensagem de texto simples |
66
- | Enviar Imagem | Envio de imagens |
67
- | Enviar Vídeo | Envio de vídeos |
68
- | Enviar Áudio | Envio de áudios |
69
- | Enviar Documento | Envio de documentos |
70
- | Enviar Enquete | Criação de enquetes |
71
- | Enviar Contato | Compartilhamento de contatos |
72
- | Enviar Lista | Mensagem com lista de opções |
73
- | Enviar Botão | Mensagem com botões |
74
- | Enviar Pix | Mensagem de pagamento PIX |
75
- | Enviar Status | Publicar no status |
76
- | Reagir | Adicionar reação a mensagem |
77
-
78
- ### Grupo
79
- Gerenciamento completo de grupos.
80
-
81
- | Operação | Descrição |
67
+ | Send Text | Simple text message |
68
+ | Send Image | Send images |
69
+ | Send Video | Send videos |
70
+ | Send Audio | Send audios |
71
+ | Send Document | Send documents |
72
+ | Send Poll | Poll creation |
73
+ | Send Contact | Share contacts |
74
+ | Send List | Message with a list of options |
75
+ | Send Button | Message with buttons |
76
+ | Send Pix | PIX payment message (Brazil) |
77
+ | Send Status | Publish to status |
78
+ | React | Add reaction to a message |
79
+
80
+ ### Group
81
+ Complete group management.
82
+
83
+ | Operation | Description |
82
84
  |----------|-----------|
83
- | Criar Grupo | Cria novo grupo |
84
- | Atualizar Imagem | Altera foto do grupo |
85
- | Atualizar Nome | Altera nome do grupo |
86
- | Atualizar Descrição | Altera descrição |
87
- | Atualizar Configurações | Altera configurações |
88
- | Atualizar Membros | Adiciona/remove membros |
89
- | Buscar Link de Convite | Obtém link de convite |
90
- | Revogar Link | Revoga link atual |
91
- | Enviar Link de Convite | Envia convite |
92
- | Encontrar Participantes | Lista participantes |
93
- | Mensagens Temporárias | Configura mensagens temporárias |
94
- | Sair do Grupo | Remove instância do grupo |
95
- | Entrar no Grupo | Entra via link de convite |
96
-
97
- ### Canais (Newsletter)
98
- Gerenciamento de canais/newsletters do WhatsApp.
99
-
100
- | Operação | Descrição |
85
+ | Create Group | Creates a new group |
86
+ | Update Image | Changes group photo |
87
+ | Update Name | Changes group name |
88
+ | Update Description | Changes description |
89
+ | Update Settings | Changes settings |
90
+ | Update Members | Adds/removes members |
91
+ | Fetch Invite Link | Gets invite link |
92
+ | Revoke Link | Revokes current link |
93
+ | Send Invite Link | Sends invite |
94
+ | Find Participants | Lists participants |
95
+ | Ephemeral Messages | Configures temporary messages |
96
+ | Leave Group | Removes instance from group |
97
+ | Join Group | Joins via invite link |
98
+
99
+ ### Channels (Newsletter)
100
+ Management of WhatsApp channels/newsletters.
101
+
102
+ | Operation | Description |
101
103
  |----------|-----------|
102
- | Criar Canal | Cria novo canal |
103
- | Buscar Canais | Lista canais disponíveis |
104
- | Buscar Mensagens | Lista mensagens do canal |
105
- | Enviar Texto | Envia texto para canal próprio |
106
- | Enviar Mídia | Envia imagem/vídeo/áudio/documento |
107
- | Enviar Enquete | Cria enquete no canal |
108
- | Enviar Pergunta Q&A | Cria pergunta interativa (⚠️ respostas não disponíveis) |
109
- | Repostar Mensagem | Reposta de um canal para outro |
110
- | Info do Convite | Obtém info do código de convite |
111
- | Seguir | Segue um canal |
112
- | Deixar de Seguir | Para de seguir |
113
- | Silenciar | Silencia notificações |
114
- | Reativar | Reativa notificações |
115
-
116
- > ⚠️ **Limitação do WhatsApp**: Respostas a perguntas Q&A são processadas apenas server-side pelo WhatsApp. Não é possível capturar as respostas dos inscritos via API.
117
-
118
- ### Comunidade
119
- Gerenciamento de comunidades WhatsApp.
120
-
121
- | Operação | Descrição |
104
+ | Create Channel | Creates new channel |
105
+ | Fetch Channels | Lists available channels |
106
+ | Fetch Messages | Lists channel messages |
107
+ | Send Text | Sends text to own channel |
108
+ | Send Media | Sends image/video/audio/document |
109
+ | Send Poll | Creates poll in channel |
110
+ | Send Q&A Question | Creates interactive question (⚠️ replies not available) |
111
+ | Repost Message | Reposts from one channel to another |
112
+ | Invite Info | Gets info from invite code |
113
+ | Follow | Follows a channel |
114
+ | Unfollow | Stops following |
115
+ | Mute | Mutes notifications |
116
+ | Unmute | Unmutes notifications |
117
+
118
+ > ⚠️ **WhatsApp Limitation**: Q&A question replies are processed only server-side by WhatsApp. It is not possible to capture subscriber replies via API.
119
+
120
+ ### Community
121
+ WhatsApp communities management.
122
+
123
+ | Operation | Description |
122
124
  |----------|-----------|
123
- | Criar Comunidade | Cria nova comunidade |
124
- | Buscar Comunidades | Lista comunidades |
125
- | Buscar Participantes | Lista membros |
126
- | Atualizar Participantes | Gerencia membros |
127
- | Sair da Comunidade | Remove da comunidade |
125
+ | Create Community | Creates new community |
126
+ | Fetch Communities | Lists communities |
127
+ | Fetch Participants | Lists members |
128
+ | Update Participants | Manages members |
129
+ | Leave Community | Removes from community |
128
130
 
129
- ### Chat
130
- Operações de chat e mensagens.
131
+ ### Chat
132
+ Chat and message operations.
131
133
 
132
- | Operação | Descrição |
134
+ | Operation | Description |
133
135
  |----------|-----------|
134
- | Verificar Número | Valida número WhatsApp |
135
- | Ler Mensagem | Marca como lida |
136
- | Gerenciar Arquivo | Arquiva/desarquiva |
137
- | Marcar como Não Lido | Marca conversa |
138
- | Deletar Mensagem | Remove mensagem |
139
- | Buscar Foto de Perfil | Obtém foto |
140
- | Obter Mídia em Base64 | Converte mídia |
141
- | Editar Mensagem | Edita mensagem enviada |
142
- | Enviar Presença | Envia status de digitando |
143
- | Bloquear Contato | Bloqueia/desbloqueia |
144
- | Buscar Contatos | Lista contatos |
145
- | Procurar Mensagens | Busca mensagens |
146
- | Procurar Status | Busca status |
147
- | Procurar Chats | Lista conversas |
148
- | Buscar Chat por JID | Busca chat específico |
149
-
150
- ### Etiquetas
151
- Gerenciamento de etiquetas (labels).
152
-
153
- | Operação | Descrição |
136
+ | Check Number | Validates WhatsApp number |
137
+ | Read Message | Marks as read |
138
+ | Manage Archive | Archives/unarchives |
139
+ | Mark as Unread | Marks conversation |
140
+ | Delete Message | Removes message |
141
+ | Fetch Profile Picture | Gets photo |
142
+ | Get Media in Base64 | Converts media |
143
+ | Edit Message | Edits sent message |
144
+ | Send Presence | Sends typing status |
145
+ | Block Contact | Blocks/unblocks |
146
+ | Fetch Contacts | Lists contacts |
147
+ | Search Messages | Searches messages |
148
+ | Search Status | Searches status |
149
+ | Search Chats | Lists conversations |
150
+ | Fetch Chat by JID | Searches specific chat |
151
+
152
+ ### Labels
153
+ Label management.
154
+
155
+ | Operation | Description |
154
156
  |----------|-----------|
155
- | Criar Etiqueta | Cria nova label |
156
- | Buscar Etiquetas | Lista labels |
157
- | Adicionar a Chat | Adiciona label ao chat |
158
- | Remover de Chat | Remove label do chat |
157
+ | Create Label | Creates new label |
158
+ | Fetch Labels | Lists labels |
159
+ | Add to Chat | Adds label to chat |
160
+ | Remove from Chat | Removes label from chat |
159
161
 
160
- ### Chamadas
161
- Controle de chamadas de voz.
162
+ ### Calls
163
+ Voice call control.
162
164
 
163
- | Operação | Descrição |
165
+ | Operation | Description |
164
166
  |----------|-----------|
165
- | Simular Chamada | Inicia chamada fake |
166
- | Buscar Chamadas | Lista chamadas |
167
+ | Simulate Call | Starts fake call |
168
+ | Fetch Calls | Lists calls |
167
169
 
168
- ### Negócios
169
- Recursos do WhatsApp Business.
170
+ ### Business
171
+ WhatsApp Business resources.
170
172
 
171
- | Operação | Descrição |
173
+ | Operation | Description |
172
174
  |----------|-----------|
173
- | Buscar Catálogo | Lista produtos |
174
- | Buscar Coleções | Lista coleções |
175
+ | Fetch Catalog | Lists products |
176
+ | Fetch Collections | Lists collections |
175
177
 
176
- ### Perfil
177
- Gerenciamento de perfil.
178
+ ### Profile
179
+ Profile management.
178
180
 
179
- | Operação | Descrição |
181
+ | Operation | Description |
180
182
  |----------|-----------|
181
- | Buscar Perfil | Obtém informações |
182
- | Atualizar Nome | Altera nome |
183
- | Atualizar Status | Altera status |
184
- | Atualizar Foto | Altera foto |
185
- | Remover Foto | Remove foto |
186
- | Configurações de Privacidade | Gerencia privacidade |
183
+ | Fetch Profile | Gets information |
184
+ | Update Name | Changes name |
185
+ | Update Status | Changes status |
186
+ | Update Photo | Changes photo |
187
+ | Remove Photo | Removes photo |
188
+ | Privacy Settings | Manages privacy |
187
189
 
188
- ### Templates (Meta Business)
189
- Gerenciamento de templates do Meta Business.
190
+ ### Templates (Meta Business)
191
+ Meta Business templates management.
190
192
 
191
- | Operação | Descrição |
193
+ | Operation | Description |
192
194
  |----------|-----------|
193
- | Criar Template | Cria novo template |
194
- | Buscar Templates | Lista templates |
195
+ | Create Template | Creates new template |
196
+ | Fetch Templates | Lists templates |
195
197
 
196
- ### Armazenamento S3
197
- Integração com armazenamento S3.
198
+ ### S3 Storage
199
+ S3 storage integration.
198
200
 
199
- | Operação | Descrição |
201
+ | Operation | Description |
200
202
  |----------|-----------|
201
- | Buscar Mídia | Obtém mídia do S3 |
202
- | Buscar URL da Mídia | Obtém URL assinada |
203
+ | Fetch Media | Gets media from S3 |
204
+ | Fetch Media URL | Gets signed URL |
203
205
 
204
- ### Evento
205
- Configuração de eventos e integrações.
206
+ ### Event
207
+ Events and integrations configuration.
206
208
 
207
- | Operação | Descrição |
209
+ | Operation | Description |
208
210
  |----------|-----------|
209
- | Webhook | Configura webhook |
210
- | RabbitMQ | Configura RabbitMQ |
211
- | WebSocket | Configura WebSocket |
212
- | SQS | Configura Amazon SQS |
213
- | NATS | Configura NATS |
214
- | Pusher | Configura Pusher |
215
- | Kafka | Configura Apache Kafka |
216
-
217
- ### Integração
218
- Integrações com plataformas externas.
219
-
220
- | Operação | Descrição |
211
+ | Webhook | Configures webhook |
212
+ | RabbitMQ | Configures RabbitMQ |
213
+ | WebSocket | Configures WebSocket |
214
+ | SQS | Configures Amazon SQS |
215
+ | NATS | Configures NATS |
216
+ | Pusher | Configures Pusher |
217
+ | Kafka | Configures Apache Kafka |
218
+
219
+ ### Integration
220
+ Integrations with external platforms.
221
+
222
+ | Operation | Description |
221
223
  |----------|-----------|
222
- | Chatwoot | Integração Chatwoot |
223
- | Evolution Bot | Bot nativo |
224
- | Typebot | Integração Typebot |
225
- | Dify | Integração Dify AI |
226
- | Flowise | Integração Flowise |
227
- | OpenAI | Integração OpenAI |
228
- | N8N Bot | Bot do n8n |
229
- | EvoAI | Integração EvoAI |
224
+ | Chatwoot | Chatwoot integration |
225
+ | Evolution Bot | Native bot |
226
+ | Typebot | Typebot integration |
227
+ | Dify | Dify AI integration |
228
+ | Flowise | Flowise integration |
229
+ | OpenAI | OpenAI integration |
230
+ | N8N Bot | N8n bot |
231
+ | EvoAI | EvoAI integration |
230
232
 
231
233
  ---
232
234
 
233
- ## Cenários de Uso
235
+ ## Use Cases
234
236
 
235
- ### Workflow Reativo (Webhook)
236
- Processa mensagens recebidas:
237
+ ### Reactive Workflow (Webhook)
238
+ Processes incoming messages:
237
239
  ```
238
- Webhook n8n Processa dados Evolution API Node Responde
240
+ n8n Webhook -> Processes data -> Evolution API Node -> Responds
239
241
  ```
240
242
 
241
- ### Workflow Proativo (Consultas)
242
- Inicia ações programadas:
243
+ ### Proactive Workflow (Queries)
244
+ Starts scheduled actions:
243
245
  ```
244
- Schedule/Trigger Evolution API Node Busca/Envia dados
246
+ Schedule/Trigger -> Evolution API Node -> Fetches/Sends data
245
247
  ```
246
248
 
247
249
  ---
248
250
 
249
- ## Desenvolvimento
251
+ ## Development
250
252
 
251
253
  ```bash
252
- # Instalar dependências
254
+ # Install dependencies
253
255
  pnpm install
254
256
 
255
- # Build de produção
257
+ # Production build
256
258
  pnpm build
257
259
 
258
- # Modo de desenvolvimento (watch)
260
+ # Development mode (watch)
259
261
  pnpm dev
260
262
 
261
263
  # Lint
262
264
  pnpm lint
263
265
 
264
- # Lint com correção automática
266
+ # Lint with auto-fix
265
267
  pnpm lintfix
266
268
  ```
267
269
 
268
270
  ---
269
271
 
270
- ## Changelog
272
+ ## Changelog
273
+
274
+ ### v1.9.53 (Fork by @aorizondo)
275
+ - ✨ **English UI**: Translated node interface from Portuguese to English.
276
+ - 🐛 **Bugfix**: Fixed hardcoded `evolutionApi` credential calls across 18 integration endpoints (OpenAI, EvoAI, S3, Webhooks, etc.) that used to throw `does not have any credentials of type "evolutionApi"`.
277
+ - 🐛 **Bugfix**: Fixed `Invalid URL` execution errors on integration endpoints by ensuring that `EvolutionRequest` wrapper is used for all operations, correctly picking up the Server URL from the user's credentials.
271
278
 
272
279
  ### v1.9.29 (2025-12-06)
273
- - ❌ **Removido**: Evento `NEWSLETTER_QUESTION_REPLY` (limitação do WhatsApp - respostas Q&A não são enviadas para terceiros)
274
- - 🧹 Limpeza de código de debug
280
+ - ❌ **Removed**: `NEWSLETTER_QUESTION_REPLY` event (WhatsApp limitation - Q&A replies are not sent to third-parties)
281
+ - 🧹 Debug code cleanup
275
282
 
276
283
  ### v1.9.27 (2025-12-02)
277
- - ✨ **Newsletter Send Question**: Enviar perguntas Q&A para canais próprios
278
- - ✨ **Newsletter Send Poll**: Enquetes em canais
284
+ - ✨ **Newsletter Send Question**: Send Q&A questions to own channels
285
+ - ✨ **Newsletter Send Poll**: Polls in channels
279
286
 
280
287
  ### v1.9.19 (2025-12-01)
281
- - ✨ **S3 Media URL**: Suporte a `mediaS3Url` no trigger e repost
282
- - 🔧 Fix: `ignoreOwnNewsletters` default true (evita loop de duplicação)
288
+ - ✨ **S3 Media URL**: Support for `mediaS3Url` on trigger and repost
289
+ - 🔧 Fix: `ignoreOwnNewsletters` default true (prevents duplication loop)
283
290
 
284
291
  ### v1.9.0 (2025-11-30)
285
- - ✨ **Seleção Dinâmica**: Canais, grupos e instâncias com dropdown
286
- - ✨ **LoadOptions**: Busca dinâmica via API
287
- - ✨ **Repost Newsletter**: Reposta mensagens entre canais
292
+ - ✨ **Dynamic Selection**: Channels, groups, and instances with dropdown
293
+ - ✨ **LoadOptions**: Dynamic fetching via API
294
+ - ✨ **Repost Newsletter**: Repost messages between channels
288
295
 
289
296
  ### v1.8.0 (2025-11-30)
290
- - ✨ **Repost Newsletter Message**: Reposta de canais seguidos para canais próprios
291
- - ✨ **Modificar Legenda/Mídia**: Edita conteúdo ao repostar
292
- - 🔧 Otimização de payload (~40-50% menor)
297
+ - ✨ **Repost Newsletter Message**: Repost from followed channels to own channels
298
+ - ✨ **Modify Caption/Media**: Edit content when reposting
299
+ - 🔧 Payload optimization (~40-50% smaller)
293
300
 
294
301
  ### v1.7.0 (2025-11-27)
295
302
  - ✨ **Trigger Node**: Recebe webhooks com endpoint editável
296
- - ✨ **Auto-extração**: 30+ campos extraídos automaticamente
297
- - ✨ **Newsletter Media Base64**: Mídia completa no webhook
303
+ - ✨ **Auto-extraction**: 30+ automatically extracted fields
304
+ - ✨ **Newsletter Media Base64**: Full media on webhook
298
305
 
299
306
  ### v1.6.0 (2025-11-28)
300
- - ✨ **Newsletter Send**: Enviar texto e mídia para canais próprios
301
- - ✨ **Newsletter Invite Info**: Obter informações de código de convite
302
- - ✨ **Newsletter Fetch Messages**: Buscar mensagens do canal
303
- - 🔧 Correções de tipos TypeScript para Newsletter API
304
- - 📊 **127+ operações** cobrindo toda API
307
+ - ✨ **Newsletter Send**: Send text and media to own channels
308
+ - ✨ **Newsletter Invite Info**: Get information from invite code
309
+ - ✨ **Newsletter Fetch Messages**: Fetch channel messages
310
+ - 🔧 TypeScript typings fixes for Newsletter API
311
+ - 📊 **127+ operations** covering the entire API
305
312
 
306
313
  ### v1.5.0 (2025-11-27)
307
- - ✨ **Community**: 10 operações adicionais (convites, solicitações, configurações)
308
- - 🔧 Melhorias no Trigger Node para webhooks
314
+ - ✨ **Community**: 10 additional operations (invites, requests, settings)
315
+ - 🔧 Improvements on Trigger Node for webhooks
309
316
 
310
317
  ### v1.2.0 (2025-11-25)
311
- - **14 Recursos** completos
312
- - **~114 Operações** cobrindo toda API
313
- - Novos: Templates API, S3 API
314
- - Novos eventos: WebSocket, SQS, NATS, Pusher, Kafka
315
- - Novas integrações: OpenAI, N8N Bot, EvoAI
316
- - Newsletter renomeado para "Canais" (localização PT-BR)
317
- - Correções de bugs e melhorias de UI
318
+ - **14 Resources** complete
319
+ - **~114 Operations** covering the entire API
320
+ - New: Templates API, S3 API
321
+ - New events: WebSocket, SQS, NATS, Pusher, Kafka
322
+ - New integrations: OpenAI, N8N Bot, EvoAI
323
+ - Newsletter renamed to "Channels"
324
+ - Bug fixes and UI improvements
318
325
 
319
326
  ### v1.1.0
320
- - Adicionado suporte a Newsletter/Canais
321
- - Melhorias no gerenciamento de grupos
322
- - Novos campos para mensagens
327
+ - Added support for Newsletter/Channels
328
+ - Improvements on group management
329
+ - New fields for messages
323
330
 
324
331
  ### v1.0.0
325
- - Release inicial
326
- - Suporte básico a instâncias e mensagens
332
+ - Initial release
333
+ - Basic support for instances and messages
327
334
 
328
335
  ---
329
336
 
330
- ## Contribuição
337
+ ## Credits
338
+
339
+ - **Original Author**: Flávio Kosta (@flaviokosta79) - Created the original `n8n-nodes-evolution` package.
340
+ - **Fork Maintainer**: @aorizondo - Fixed credentials bugs and translated the UI to English.
341
+
342
+ ## Contribution
331
343
 
332
- Contribuições são bem-vindas! Por favor:
333
- - Abra **Issues** para reportar bugs
334
- - Envie **Pull Requests** com melhorias
335
- - Sugira novas funcionalidades
344
+ Contributions are welcome! Please:
345
+ - Open **Issues** to report bugs
346
+ - Send **Pull Requests** with improvements
347
+ - Suggest new features
336
348
 
337
349
  ---
338
350
 
339
- ## Licença
351
+ ## License
340
352
 
341
- MIT License - Veja [LICENSE.md](LICENSE.md) para detalhes.
353
+ MIT License - See [LICENSE.md](LICENSE.md) for details.
342
354
 
343
355
  ---
344
356
 
345
357
  <p align="center">
346
- Desenvolvido com para a comunidade Evolution API
358
+ Developed with 💙 for the Evolution API community
347
359
  </p>