@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.
- package/README.md +237 -225
- package/dist/nodes/EvolutionApi/EvolutionApiTrigger.node.js +10 -10
- package/dist/nodes/EvolutionApi/EvolutionApiV2.node.js +2 -2
- package/dist/nodes/EvolutionApi/execute/business/getCatalog.js +2 -1
- package/dist/nodes/EvolutionApi/execute/business/getCollections.js +2 -1
- package/dist/nodes/EvolutionApi/execute/call/offerCall.js +2 -1
- package/dist/nodes/EvolutionApi/execute/chat/findChatByJid.js +2 -1
- package/dist/nodes/EvolutionApi/execute/events/setKafka.js +3 -2
- package/dist/nodes/EvolutionApi/execute/events/setNats.js +3 -2
- package/dist/nodes/EvolutionApi/execute/events/setPusher.js +3 -2
- package/dist/nodes/EvolutionApi/execute/events/setRabbitMQ.js +1 -1
- package/dist/nodes/EvolutionApi/execute/events/setSqs.js +3 -2
- package/dist/nodes/EvolutionApi/execute/events/setWebhook.js +1 -1
- package/dist/nodes/EvolutionApi/execute/events/setWebsocket.js +3 -2
- package/dist/nodes/EvolutionApi/execute/groups/findGroupInfos.js +2 -1
- package/dist/nodes/EvolutionApi/execute/groups/inviteInfo.js +2 -1
- package/dist/nodes/EvolutionApi/execute/instance/connectionState.js +2 -1
- package/dist/nodes/EvolutionApi/execute/instance/fetchProxy.js +2 -1
- package/dist/nodes/EvolutionApi/execute/instance/setProxy.js +1 -1
- package/dist/nodes/EvolutionApi/execute/integrations/setChatwoot.js +1 -1
- package/dist/nodes/EvolutionApi/execute/integrations/setDifyBot.js +1 -1
- package/dist/nodes/EvolutionApi/execute/integrations/setEvoai.js +9 -8
- package/dist/nodes/EvolutionApi/execute/integrations/setEvolutionBot.js +1 -1
- package/dist/nodes/EvolutionApi/execute/integrations/setFlowiseBot.js +1 -1
- package/dist/nodes/EvolutionApi/execute/integrations/setN8nBot.js +9 -8
- package/dist/nodes/EvolutionApi/execute/integrations/setOpenai.js +13 -12
- package/dist/nodes/EvolutionApi/execute/integrations/setTypebot.js +1 -1
- package/dist/nodes/EvolutionApi/execute/messages/sendLocation.js +2 -1
- package/dist/nodes/EvolutionApi/execute/messages/sendPtv.js +2 -1
- package/dist/nodes/EvolutionApi/execute/messages/sendSticker.js +2 -1
- package/dist/nodes/EvolutionApi/execute/messages/sendTemplate.js +2 -1
- package/dist/nodes/EvolutionApi/execute/newsletter/repostNewsletterMessage.js +1 -1
- package/dist/nodes/EvolutionApi/execute/s3/getMedia.js +2 -1
- package/dist/nodes/EvolutionApi/execute/s3/getMediaUrl.js +2 -1
- package/dist/nodes/EvolutionApi/execute/templates/createTemplate.js +2 -1
- package/dist/nodes/EvolutionApi/execute/templates/fetchTemplates.js +2 -1
- package/dist/nodes/EvolutionApi/properties/ai-integrations.fields.js +23 -23
- package/dist/nodes/EvolutionApi/properties/business.operations.js +4 -4
- package/dist/nodes/EvolutionApi/properties/chat.fields.js +27 -27
- package/dist/nodes/EvolutionApi/properties/chat.operations.js +19 -19
- package/dist/nodes/EvolutionApi/properties/community.fields.js +11 -11
- package/dist/nodes/EvolutionApi/properties/community.operations.js +24 -24
- package/dist/nodes/EvolutionApi/properties/events.fields.js +1 -1
- package/dist/nodes/EvolutionApi/properties/groups.fields.js +35 -35
- package/dist/nodes/EvolutionApi/properties/groups.operations.js +24 -24
- package/dist/nodes/EvolutionApi/properties/index.js +3 -3
- package/dist/nodes/EvolutionApi/properties/instances.fields.js +42 -42
- package/dist/nodes/EvolutionApi/properties/instances.operations.js +12 -12
- package/dist/nodes/EvolutionApi/properties/integrations.fields.js +75 -75
- package/dist/nodes/EvolutionApi/properties/labels.fields.js +2 -2
- package/dist/nodes/EvolutionApi/properties/labels.operations.js +2 -2
- package/dist/nodes/EvolutionApi/properties/messages.fields.js +63 -63
- package/dist/nodes/EvolutionApi/properties/messages.operations.js +34 -34
- package/dist/nodes/EvolutionApi/properties/newsletter.fields.js +9 -9
- package/dist/nodes/EvolutionApi/properties/newsletter.operations.js +28 -28
- package/dist/nodes/EvolutionApi/properties/profile.fields.js +12 -12
- package/dist/nodes/EvolutionApi/properties/profile.operations.js +18 -18
- package/dist/nodes/EvolutionApi/properties/resources.js +4 -4
- package/dist/nodes/EvolutionApi/properties/templates.operations.js +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|

|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
Community Node
|
|
7
|
-
|
|
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
|
-
##
|
|
20
|
+
## Requirements
|
|
19
21
|
|
|
20
|
-
- **n8n**
|
|
21
|
-
- **Evolution API**
|
|
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 (
|
|
25
|
+
- **pnpm** >= 9.1.4 (for development)
|
|
24
26
|
|
|
25
27
|
---
|
|
26
28
|
|
|
27
|
-
##
|
|
29
|
+
## Installation
|
|
28
30
|
|
|
29
|
-
### Via npm (
|
|
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
|
|
36
|
-
2.
|
|
37
|
-
3.
|
|
38
|
-
4.
|
|
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
|
-
##
|
|
44
|
+
## Available Resources (14)
|
|
43
45
|
|
|
44
|
-
###
|
|
45
|
-
|
|
46
|
+
### Instance
|
|
47
|
+
Complete management of Evolution API instances.
|
|
46
48
|
|
|
47
|
-
|
|
|
49
|
+
| Operation | Description |
|
|
48
50
|
|----------|-----------|
|
|
49
|
-
|
|
|
50
|
-
|
|
|
51
|
-
|
|
|
52
|
-
|
|
|
53
|
-
|
|
|
54
|
-
|
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
59
|
-
|
|
60
|
-
###
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
|
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
|
-
|
|
|
66
|
-
|
|
|
67
|
-
|
|
|
68
|
-
|
|
|
69
|
-
|
|
|
70
|
-
|
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
74
|
-
|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
77
|
-
|
|
78
|
-
###
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
|
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
|
-
|
|
|
84
|
-
|
|
|
85
|
-
|
|
|
86
|
-
|
|
|
87
|
-
|
|
|
88
|
-
|
|
|
89
|
-
|
|
|
90
|
-
|
|
|
91
|
-
|
|
|
92
|
-
|
|
|
93
|
-
|
|
|
94
|
-
|
|
|
95
|
-
|
|
|
96
|
-
|
|
97
|
-
###
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
|
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
|
-
|
|
|
103
|
-
|
|
|
104
|
-
|
|
|
105
|
-
|
|
|
106
|
-
|
|
|
107
|
-
|
|
|
108
|
-
|
|
|
109
|
-
|
|
|
110
|
-
| Info
|
|
111
|
-
|
|
|
112
|
-
|
|
|
113
|
-
|
|
|
114
|
-
|
|
|
115
|
-
|
|
116
|
-
> ⚠️ **
|
|
117
|
-
|
|
118
|
-
###
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
|
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
|
-
|
|
|
124
|
-
|
|
|
125
|
-
|
|
|
126
|
-
|
|
|
127
|
-
|
|
|
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
|
-
###
|
|
130
|
-
|
|
131
|
+
### Chat
|
|
132
|
+
Chat and message operations.
|
|
131
133
|
|
|
132
|
-
|
|
|
134
|
+
| Operation | Description |
|
|
133
135
|
|----------|-----------|
|
|
134
|
-
|
|
|
135
|
-
|
|
|
136
|
-
|
|
|
137
|
-
|
|
|
138
|
-
|
|
|
139
|
-
|
|
|
140
|
-
|
|
|
141
|
-
|
|
|
142
|
-
|
|
|
143
|
-
|
|
|
144
|
-
|
|
|
145
|
-
|
|
|
146
|
-
|
|
|
147
|
-
|
|
|
148
|
-
|
|
|
149
|
-
|
|
150
|
-
###
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
|
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
|
-
|
|
|
156
|
-
|
|
|
157
|
-
|
|
|
158
|
-
|
|
|
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
|
-
###
|
|
161
|
-
|
|
162
|
+
### Calls
|
|
163
|
+
Voice call control.
|
|
162
164
|
|
|
163
|
-
|
|
|
165
|
+
| Operation | Description |
|
|
164
166
|
|----------|-----------|
|
|
165
|
-
|
|
|
166
|
-
|
|
|
167
|
+
| Simulate Call | Starts fake call |
|
|
168
|
+
| Fetch Calls | Lists calls |
|
|
167
169
|
|
|
168
|
-
###
|
|
169
|
-
|
|
170
|
+
### Business
|
|
171
|
+
WhatsApp Business resources.
|
|
170
172
|
|
|
171
|
-
|
|
|
173
|
+
| Operation | Description |
|
|
172
174
|
|----------|-----------|
|
|
173
|
-
|
|
|
174
|
-
|
|
|
175
|
+
| Fetch Catalog | Lists products |
|
|
176
|
+
| Fetch Collections | Lists collections |
|
|
175
177
|
|
|
176
|
-
###
|
|
177
|
-
|
|
178
|
+
### Profile
|
|
179
|
+
Profile management.
|
|
178
180
|
|
|
179
|
-
|
|
|
181
|
+
| Operation | Description |
|
|
180
182
|
|----------|-----------|
|
|
181
|
-
|
|
|
182
|
-
|
|
|
183
|
-
|
|
|
184
|
-
|
|
|
185
|
-
|
|
|
186
|
-
|
|
|
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
|
-
###
|
|
189
|
-
|
|
190
|
+
### Templates (Meta Business)
|
|
191
|
+
Meta Business templates management.
|
|
190
192
|
|
|
191
|
-
|
|
|
193
|
+
| Operation | Description |
|
|
192
194
|
|----------|-----------|
|
|
193
|
-
|
|
|
194
|
-
|
|
|
195
|
+
| Create Template | Creates new template |
|
|
196
|
+
| Fetch Templates | Lists templates |
|
|
195
197
|
|
|
196
|
-
###
|
|
197
|
-
|
|
198
|
+
### S3 Storage
|
|
199
|
+
S3 storage integration.
|
|
198
200
|
|
|
199
|
-
|
|
|
201
|
+
| Operation | Description |
|
|
200
202
|
|----------|-----------|
|
|
201
|
-
|
|
|
202
|
-
|
|
|
203
|
+
| Fetch Media | Gets media from S3 |
|
|
204
|
+
| Fetch Media URL | Gets signed URL |
|
|
203
205
|
|
|
204
|
-
###
|
|
205
|
-
|
|
206
|
+
### Event
|
|
207
|
+
Events and integrations configuration.
|
|
206
208
|
|
|
207
|
-
|
|
|
209
|
+
| Operation | Description |
|
|
208
210
|
|----------|-----------|
|
|
209
|
-
| Webhook |
|
|
210
|
-
| RabbitMQ |
|
|
211
|
-
| WebSocket |
|
|
212
|
-
| SQS |
|
|
213
|
-
| NATS |
|
|
214
|
-
| Pusher |
|
|
215
|
-
| Kafka |
|
|
216
|
-
|
|
217
|
-
###
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
|
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 |
|
|
223
|
-
| Evolution Bot |
|
|
224
|
-
| Typebot |
|
|
225
|
-
| Dify |
|
|
226
|
-
| Flowise |
|
|
227
|
-
| OpenAI |
|
|
228
|
-
| N8N Bot |
|
|
229
|
-
| 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
|
-
##
|
|
235
|
+
## Use Cases
|
|
234
236
|
|
|
235
|
-
### Workflow
|
|
236
|
-
|
|
237
|
+
### Reactive Workflow (Webhook)
|
|
238
|
+
Processes incoming messages:
|
|
237
239
|
```
|
|
238
|
-
Webhook
|
|
240
|
+
n8n Webhook -> Processes data -> Evolution API Node -> Responds
|
|
239
241
|
```
|
|
240
242
|
|
|
241
|
-
### Workflow
|
|
242
|
-
|
|
243
|
+
### Proactive Workflow (Queries)
|
|
244
|
+
Starts scheduled actions:
|
|
243
245
|
```
|
|
244
|
-
Schedule/Trigger
|
|
246
|
+
Schedule/Trigger -> Evolution API Node -> Fetches/Sends data
|
|
245
247
|
```
|
|
246
248
|
|
|
247
249
|
---
|
|
248
250
|
|
|
249
|
-
##
|
|
251
|
+
## Development
|
|
250
252
|
|
|
251
253
|
```bash
|
|
252
|
-
#
|
|
254
|
+
# Install dependencies
|
|
253
255
|
pnpm install
|
|
254
256
|
|
|
255
|
-
#
|
|
257
|
+
# Production build
|
|
256
258
|
pnpm build
|
|
257
259
|
|
|
258
|
-
#
|
|
260
|
+
# Development mode (watch)
|
|
259
261
|
pnpm dev
|
|
260
262
|
|
|
261
263
|
# Lint
|
|
262
264
|
pnpm lint
|
|
263
265
|
|
|
264
|
-
# Lint
|
|
266
|
+
# Lint with auto-fix
|
|
265
267
|
pnpm lintfix
|
|
266
268
|
```
|
|
267
269
|
|
|
268
270
|
---
|
|
269
271
|
|
|
270
|
-
##
|
|
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
|
-
- ❌ **
|
|
274
|
-
- 🧹
|
|
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**:
|
|
278
|
-
- ✨ **Newsletter Send Poll**:
|
|
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**:
|
|
282
|
-
- 🔧 Fix: `ignoreOwnNewsletters` default true (
|
|
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
|
-
- ✨ **
|
|
286
|
-
- ✨ **LoadOptions**:
|
|
287
|
-
- ✨ **Repost Newsletter**:
|
|
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**:
|
|
291
|
-
- ✨ **
|
|
292
|
-
- 🔧
|
|
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-
|
|
297
|
-
- ✨ **Newsletter Media Base64**:
|
|
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**:
|
|
301
|
-
- ✨ **Newsletter Invite Info**:
|
|
302
|
-
- ✨ **Newsletter Fetch Messages**:
|
|
303
|
-
- 🔧
|
|
304
|
-
- 📊 **127+
|
|
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
|
|
308
|
-
- 🔧
|
|
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
|
|
312
|
-
- **~114
|
|
313
|
-
-
|
|
314
|
-
-
|
|
315
|
-
-
|
|
316
|
-
- Newsletter
|
|
317
|
-
-
|
|
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
|
-
-
|
|
321
|
-
-
|
|
322
|
-
-
|
|
327
|
+
- Added support for Newsletter/Channels
|
|
328
|
+
- Improvements on group management
|
|
329
|
+
- New fields for messages
|
|
323
330
|
|
|
324
331
|
### v1.0.0
|
|
325
|
-
-
|
|
326
|
-
-
|
|
332
|
+
- Initial release
|
|
333
|
+
- Basic support for instances and messages
|
|
327
334
|
|
|
328
335
|
---
|
|
329
336
|
|
|
330
|
-
##
|
|
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
|
-
|
|
333
|
-
-
|
|
334
|
-
-
|
|
335
|
-
-
|
|
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
|
-
##
|
|
351
|
+
## License
|
|
340
352
|
|
|
341
|
-
MIT License -
|
|
353
|
+
MIT License - See [LICENSE.md](LICENSE.md) for details.
|
|
342
354
|
|
|
343
355
|
---
|
|
344
356
|
|
|
345
357
|
<p align="center">
|
|
346
|
-
|
|
358
|
+
Developed with 💙 for the Evolution API community
|
|
347
359
|
</p>
|