@rjsebening/n8n-nodes-evolution-api 1.0.0

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 (317) hide show
  1. package/LICENSE.md +19 -0
  2. package/README.DE.md +231 -0
  3. package/README.md +220 -0
  4. package/dist/credentials/EvolutionApi.credentials.d.ts +9 -0
  5. package/dist/credentials/EvolutionApi.credentials.js +47 -0
  6. package/dist/credentials/EvolutionApi.credentials.js.map +1 -0
  7. package/dist/nodes/EvolutionApi/EvolutionApi.node.d.ts +13 -0
  8. package/dist/nodes/EvolutionApi/EvolutionApi.node.js +196 -0
  9. package/dist/nodes/EvolutionApi/EvolutionApi.node.js.map +1 -0
  10. package/dist/nodes/EvolutionApi/actions/call/offerCall.d.ts +2 -0
  11. package/dist/nodes/EvolutionApi/actions/call/offerCall.js +15 -0
  12. package/dist/nodes/EvolutionApi/actions/call/offerCall.js.map +1 -0
  13. package/dist/nodes/EvolutionApi/actions/chat/archiveChat.d.ts +2 -0
  14. package/dist/nodes/EvolutionApi/actions/chat/archiveChat.js +16 -0
  15. package/dist/nodes/EvolutionApi/actions/chat/archiveChat.js.map +1 -0
  16. package/dist/nodes/EvolutionApi/actions/chat/deleteMessageForEveryone.d.ts +2 -0
  17. package/dist/nodes/EvolutionApi/actions/chat/deleteMessageForEveryone.js +22 -0
  18. package/dist/nodes/EvolutionApi/actions/chat/deleteMessageForEveryone.js.map +1 -0
  19. package/dist/nodes/EvolutionApi/actions/chat/fetchProfilePictureUrl.d.ts +2 -0
  20. package/dist/nodes/EvolutionApi/actions/chat/fetchProfilePictureUrl.js +14 -0
  21. package/dist/nodes/EvolutionApi/actions/chat/fetchProfilePictureUrl.js.map +1 -0
  22. package/dist/nodes/EvolutionApi/actions/chat/findChats.d.ts +2 -0
  23. package/dist/nodes/EvolutionApi/actions/chat/findChats.js +10 -0
  24. package/dist/nodes/EvolutionApi/actions/chat/findChats.js.map +1 -0
  25. package/dist/nodes/EvolutionApi/actions/chat/findContacts.d.ts +2 -0
  26. package/dist/nodes/EvolutionApi/actions/chat/findContacts.js +17 -0
  27. package/dist/nodes/EvolutionApi/actions/chat/findContacts.js.map +1 -0
  28. package/dist/nodes/EvolutionApi/actions/chat/findMessages.d.ts +2 -0
  29. package/dist/nodes/EvolutionApi/actions/chat/findMessages.js +17 -0
  30. package/dist/nodes/EvolutionApi/actions/chat/findMessages.js.map +1 -0
  31. package/dist/nodes/EvolutionApi/actions/chat/findStatusMessage.d.ts +2 -0
  32. package/dist/nodes/EvolutionApi/actions/chat/findStatusMessage.js +23 -0
  33. package/dist/nodes/EvolutionApi/actions/chat/findStatusMessage.js.map +1 -0
  34. package/dist/nodes/EvolutionApi/actions/chat/getBase64FromMediaMessage.d.ts +2 -0
  35. package/dist/nodes/EvolutionApi/actions/chat/getBase64FromMediaMessage.js +20 -0
  36. package/dist/nodes/EvolutionApi/actions/chat/getBase64FromMediaMessage.js.map +1 -0
  37. package/dist/nodes/EvolutionApi/actions/chat/markChatUnread.d.ts +2 -0
  38. package/dist/nodes/EvolutionApi/actions/chat/markChatUnread.js +14 -0
  39. package/dist/nodes/EvolutionApi/actions/chat/markChatUnread.js.map +1 -0
  40. package/dist/nodes/EvolutionApi/actions/chat/markMessageAsRead.d.ts +2 -0
  41. package/dist/nodes/EvolutionApi/actions/chat/markMessageAsRead.js +14 -0
  42. package/dist/nodes/EvolutionApi/actions/chat/markMessageAsRead.js.map +1 -0
  43. package/dist/nodes/EvolutionApi/actions/chat/sendPresence.d.ts +2 -0
  44. package/dist/nodes/EvolutionApi/actions/chat/sendPresence.js +19 -0
  45. package/dist/nodes/EvolutionApi/actions/chat/sendPresence.js.map +1 -0
  46. package/dist/nodes/EvolutionApi/actions/chat/updateBlockStatus.d.ts +2 -0
  47. package/dist/nodes/EvolutionApi/actions/chat/updateBlockStatus.js +16 -0
  48. package/dist/nodes/EvolutionApi/actions/chat/updateBlockStatus.js.map +1 -0
  49. package/dist/nodes/EvolutionApi/actions/chat/updateMessage.d.ts +2 -0
  50. package/dist/nodes/EvolutionApi/actions/chat/updateMessage.js +20 -0
  51. package/dist/nodes/EvolutionApi/actions/chat/updateMessage.js.map +1 -0
  52. package/dist/nodes/EvolutionApi/actions/chat/whatsappNumbers.d.ts +2 -0
  53. package/dist/nodes/EvolutionApi/actions/chat/whatsappNumbers.js +18 -0
  54. package/dist/nodes/EvolutionApi/actions/chat/whatsappNumbers.js.map +1 -0
  55. package/dist/nodes/EvolutionApi/actions/chatbot/findChatwoot.d.ts +2 -0
  56. package/dist/nodes/EvolutionApi/actions/chatbot/findChatwoot.js +10 -0
  57. package/dist/nodes/EvolutionApi/actions/chatbot/findChatwoot.js.map +1 -0
  58. package/dist/nodes/EvolutionApi/actions/chatbot/setChatwoot.d.ts +2 -0
  59. package/dist/nodes/EvolutionApi/actions/chatbot/setChatwoot.js +22 -0
  60. package/dist/nodes/EvolutionApi/actions/chatbot/setChatwoot.js.map +1 -0
  61. package/dist/nodes/EvolutionApi/actions/getInformations/getInformations.d.ts +2 -0
  62. package/dist/nodes/EvolutionApi/actions/getInformations/getInformations.js +9 -0
  63. package/dist/nodes/EvolutionApi/actions/getInformations/getInformations.js.map +1 -0
  64. package/dist/nodes/EvolutionApi/actions/group/create.d.ts +2 -0
  65. package/dist/nodes/EvolutionApi/actions/group/create.js +22 -0
  66. package/dist/nodes/EvolutionApi/actions/group/create.js.map +1 -0
  67. package/dist/nodes/EvolutionApi/actions/group/fetchAllGroups.d.ts +2 -0
  68. package/dist/nodes/EvolutionApi/actions/group/fetchAllGroups.js +14 -0
  69. package/dist/nodes/EvolutionApi/actions/group/fetchAllGroups.js.map +1 -0
  70. package/dist/nodes/EvolutionApi/actions/group/findGroupInfos.d.ts +2 -0
  71. package/dist/nodes/EvolutionApi/actions/group/findGroupInfos.js +11 -0
  72. package/dist/nodes/EvolutionApi/actions/group/findGroupInfos.js.map +1 -0
  73. package/dist/nodes/EvolutionApi/actions/group/inviteCode.d.ts +2 -0
  74. package/dist/nodes/EvolutionApi/actions/group/inviteCode.js +11 -0
  75. package/dist/nodes/EvolutionApi/actions/group/inviteCode.js.map +1 -0
  76. package/dist/nodes/EvolutionApi/actions/group/inviteInfo.d.ts +2 -0
  77. package/dist/nodes/EvolutionApi/actions/group/inviteInfo.js +11 -0
  78. package/dist/nodes/EvolutionApi/actions/group/inviteInfo.js.map +1 -0
  79. package/dist/nodes/EvolutionApi/actions/group/leaveGroup.d.ts +2 -0
  80. package/dist/nodes/EvolutionApi/actions/group/leaveGroup.js +11 -0
  81. package/dist/nodes/EvolutionApi/actions/group/leaveGroup.js.map +1 -0
  82. package/dist/nodes/EvolutionApi/actions/group/participants.d.ts +2 -0
  83. package/dist/nodes/EvolutionApi/actions/group/participants.js +11 -0
  84. package/dist/nodes/EvolutionApi/actions/group/participants.js.map +1 -0
  85. package/dist/nodes/EvolutionApi/actions/group/revokeInviteCode.d.ts +2 -0
  86. package/dist/nodes/EvolutionApi/actions/group/revokeInviteCode.js +11 -0
  87. package/dist/nodes/EvolutionApi/actions/group/revokeInviteCode.js.map +1 -0
  88. package/dist/nodes/EvolutionApi/actions/group/sendInvite.d.ts +2 -0
  89. package/dist/nodes/EvolutionApi/actions/group/sendInvite.js +22 -0
  90. package/dist/nodes/EvolutionApi/actions/group/sendInvite.js.map +1 -0
  91. package/dist/nodes/EvolutionApi/actions/group/toggleEphemeral.d.ts +2 -0
  92. package/dist/nodes/EvolutionApi/actions/group/toggleEphemeral.js +15 -0
  93. package/dist/nodes/EvolutionApi/actions/group/toggleEphemeral.js.map +1 -0
  94. package/dist/nodes/EvolutionApi/actions/group/updateGroupDescription.d.ts +2 -0
  95. package/dist/nodes/EvolutionApi/actions/group/updateGroupDescription.js +15 -0
  96. package/dist/nodes/EvolutionApi/actions/group/updateGroupDescription.js.map +1 -0
  97. package/dist/nodes/EvolutionApi/actions/group/updateGroupPicture.d.ts +2 -0
  98. package/dist/nodes/EvolutionApi/actions/group/updateGroupPicture.js +15 -0
  99. package/dist/nodes/EvolutionApi/actions/group/updateGroupPicture.js.map +1 -0
  100. package/dist/nodes/EvolutionApi/actions/group/updateGroupSubject.d.ts +2 -0
  101. package/dist/nodes/EvolutionApi/actions/group/updateGroupSubject.js +15 -0
  102. package/dist/nodes/EvolutionApi/actions/group/updateGroupSubject.js.map +1 -0
  103. package/dist/nodes/EvolutionApi/actions/group/updateParticipant.d.ts +2 -0
  104. package/dist/nodes/EvolutionApi/actions/group/updateParticipant.js +21 -0
  105. package/dist/nodes/EvolutionApi/actions/group/updateParticipant.js.map +1 -0
  106. package/dist/nodes/EvolutionApi/actions/group/updateSetting.d.ts +2 -0
  107. package/dist/nodes/EvolutionApi/actions/group/updateSetting.js +15 -0
  108. package/dist/nodes/EvolutionApi/actions/group/updateSetting.js.map +1 -0
  109. package/dist/nodes/EvolutionApi/actions/instance/connect.d.ts +2 -0
  110. package/dist/nodes/EvolutionApi/actions/instance/connect.js +14 -0
  111. package/dist/nodes/EvolutionApi/actions/instance/connect.js.map +1 -0
  112. package/dist/nodes/EvolutionApi/actions/instance/connectionState.d.ts +2 -0
  113. package/dist/nodes/EvolutionApi/actions/instance/connectionState.js +10 -0
  114. package/dist/nodes/EvolutionApi/actions/instance/connectionState.js.map +1 -0
  115. package/dist/nodes/EvolutionApi/actions/instance/create.d.ts +2 -0
  116. package/dist/nodes/EvolutionApi/actions/instance/create.js +19 -0
  117. package/dist/nodes/EvolutionApi/actions/instance/create.js.map +1 -0
  118. package/dist/nodes/EvolutionApi/actions/instance/delete.d.ts +2 -0
  119. package/dist/nodes/EvolutionApi/actions/instance/delete.js +10 -0
  120. package/dist/nodes/EvolutionApi/actions/instance/delete.js.map +1 -0
  121. package/dist/nodes/EvolutionApi/actions/instance/fetchInstances.d.ts +2 -0
  122. package/dist/nodes/EvolutionApi/actions/instance/fetchInstances.js +16 -0
  123. package/dist/nodes/EvolutionApi/actions/instance/fetchInstances.js.map +1 -0
  124. package/dist/nodes/EvolutionApi/actions/instance/logout.d.ts +2 -0
  125. package/dist/nodes/EvolutionApi/actions/instance/logout.js +10 -0
  126. package/dist/nodes/EvolutionApi/actions/instance/logout.js.map +1 -0
  127. package/dist/nodes/EvolutionApi/actions/instance/restart.d.ts +2 -0
  128. package/dist/nodes/EvolutionApi/actions/instance/restart.js +10 -0
  129. package/dist/nodes/EvolutionApi/actions/instance/restart.js.map +1 -0
  130. package/dist/nodes/EvolutionApi/actions/instance/setPresence.d.ts +2 -0
  131. package/dist/nodes/EvolutionApi/actions/instance/setPresence.js +19 -0
  132. package/dist/nodes/EvolutionApi/actions/instance/setPresence.js.map +1 -0
  133. package/dist/nodes/EvolutionApi/actions/integrations/findNats.d.ts +2 -0
  134. package/dist/nodes/EvolutionApi/actions/integrations/findNats.js +10 -0
  135. package/dist/nodes/EvolutionApi/actions/integrations/findNats.js.map +1 -0
  136. package/dist/nodes/EvolutionApi/actions/integrations/findPusher.d.ts +2 -0
  137. package/dist/nodes/EvolutionApi/actions/integrations/findPusher.js +10 -0
  138. package/dist/nodes/EvolutionApi/actions/integrations/findPusher.js.map +1 -0
  139. package/dist/nodes/EvolutionApi/actions/integrations/findRabbitmq.d.ts +2 -0
  140. package/dist/nodes/EvolutionApi/actions/integrations/findRabbitmq.js +10 -0
  141. package/dist/nodes/EvolutionApi/actions/integrations/findRabbitmq.js.map +1 -0
  142. package/dist/nodes/EvolutionApi/actions/integrations/findSqs.d.ts +2 -0
  143. package/dist/nodes/EvolutionApi/actions/integrations/findSqs.js +10 -0
  144. package/dist/nodes/EvolutionApi/actions/integrations/findSqs.js.map +1 -0
  145. package/dist/nodes/EvolutionApi/actions/integrations/findWebhook.d.ts +2 -0
  146. package/dist/nodes/EvolutionApi/actions/integrations/findWebhook.js +10 -0
  147. package/dist/nodes/EvolutionApi/actions/integrations/findWebhook.js.map +1 -0
  148. package/dist/nodes/EvolutionApi/actions/integrations/findWebsocket.d.ts +2 -0
  149. package/dist/nodes/EvolutionApi/actions/integrations/findWebsocket.js +10 -0
  150. package/dist/nodes/EvolutionApi/actions/integrations/findWebsocket.js.map +1 -0
  151. package/dist/nodes/EvolutionApi/actions/integrations/setNats.d.ts +2 -0
  152. package/dist/nodes/EvolutionApi/actions/integrations/setNats.js +14 -0
  153. package/dist/nodes/EvolutionApi/actions/integrations/setNats.js.map +1 -0
  154. package/dist/nodes/EvolutionApi/actions/integrations/setPusher.d.ts +2 -0
  155. package/dist/nodes/EvolutionApi/actions/integrations/setPusher.js +14 -0
  156. package/dist/nodes/EvolutionApi/actions/integrations/setPusher.js.map +1 -0
  157. package/dist/nodes/EvolutionApi/actions/integrations/setRabbitmq.d.ts +2 -0
  158. package/dist/nodes/EvolutionApi/actions/integrations/setRabbitmq.js +14 -0
  159. package/dist/nodes/EvolutionApi/actions/integrations/setRabbitmq.js.map +1 -0
  160. package/dist/nodes/EvolutionApi/actions/integrations/setSqs.d.ts +2 -0
  161. package/dist/nodes/EvolutionApi/actions/integrations/setSqs.js +14 -0
  162. package/dist/nodes/EvolutionApi/actions/integrations/setSqs.js.map +1 -0
  163. package/dist/nodes/EvolutionApi/actions/integrations/setWebhook.d.ts +2 -0
  164. package/dist/nodes/EvolutionApi/actions/integrations/setWebhook.js +14 -0
  165. package/dist/nodes/EvolutionApi/actions/integrations/setWebhook.js.map +1 -0
  166. package/dist/nodes/EvolutionApi/actions/integrations/setWebsocket.d.ts +2 -0
  167. package/dist/nodes/EvolutionApi/actions/integrations/setWebsocket.js +14 -0
  168. package/dist/nodes/EvolutionApi/actions/integrations/setWebsocket.js.map +1 -0
  169. package/dist/nodes/EvolutionApi/actions/label/findLabels.d.ts +2 -0
  170. package/dist/nodes/EvolutionApi/actions/label/findLabels.js +10 -0
  171. package/dist/nodes/EvolutionApi/actions/label/findLabels.js.map +1 -0
  172. package/dist/nodes/EvolutionApi/actions/label/handleLabel.d.ts +2 -0
  173. package/dist/nodes/EvolutionApi/actions/label/handleLabel.js +15 -0
  174. package/dist/nodes/EvolutionApi/actions/label/handleLabel.js.map +1 -0
  175. package/dist/nodes/EvolutionApi/actions/message/sendButtons.d.ts +2 -0
  176. package/dist/nodes/EvolutionApi/actions/message/sendButtons.js +22 -0
  177. package/dist/nodes/EvolutionApi/actions/message/sendButtons.js.map +1 -0
  178. package/dist/nodes/EvolutionApi/actions/message/sendContact.d.ts +2 -0
  179. package/dist/nodes/EvolutionApi/actions/message/sendContact.js +16 -0
  180. package/dist/nodes/EvolutionApi/actions/message/sendContact.js.map +1 -0
  181. package/dist/nodes/EvolutionApi/actions/message/sendList.d.ts +2 -0
  182. package/dist/nodes/EvolutionApi/actions/message/sendList.js +24 -0
  183. package/dist/nodes/EvolutionApi/actions/message/sendList.js.map +1 -0
  184. package/dist/nodes/EvolutionApi/actions/message/sendLocation.d.ts +2 -0
  185. package/dist/nodes/EvolutionApi/actions/message/sendLocation.js +22 -0
  186. package/dist/nodes/EvolutionApi/actions/message/sendLocation.js.map +1 -0
  187. package/dist/nodes/EvolutionApi/actions/message/sendMedia.d.ts +2 -0
  188. package/dist/nodes/EvolutionApi/actions/message/sendMedia.js +22 -0
  189. package/dist/nodes/EvolutionApi/actions/message/sendMedia.js.map +1 -0
  190. package/dist/nodes/EvolutionApi/actions/message/sendPoll.d.ts +2 -0
  191. package/dist/nodes/EvolutionApi/actions/message/sendPoll.js +47 -0
  192. package/dist/nodes/EvolutionApi/actions/message/sendPoll.js.map +1 -0
  193. package/dist/nodes/EvolutionApi/actions/message/sendPtv.d.ts +2 -0
  194. package/dist/nodes/EvolutionApi/actions/message/sendPtv.js +16 -0
  195. package/dist/nodes/EvolutionApi/actions/message/sendPtv.js.map +1 -0
  196. package/dist/nodes/EvolutionApi/actions/message/sendReaction.d.ts +2 -0
  197. package/dist/nodes/EvolutionApi/actions/message/sendReaction.js +22 -0
  198. package/dist/nodes/EvolutionApi/actions/message/sendReaction.js.map +1 -0
  199. package/dist/nodes/EvolutionApi/actions/message/sendStatus.d.ts +2 -0
  200. package/dist/nodes/EvolutionApi/actions/message/sendStatus.js +18 -0
  201. package/dist/nodes/EvolutionApi/actions/message/sendStatus.js.map +1 -0
  202. package/dist/nodes/EvolutionApi/actions/message/sendSticker.d.ts +2 -0
  203. package/dist/nodes/EvolutionApi/actions/message/sendSticker.js +16 -0
  204. package/dist/nodes/EvolutionApi/actions/message/sendSticker.js.map +1 -0
  205. package/dist/nodes/EvolutionApi/actions/message/sendText.d.ts +2 -0
  206. package/dist/nodes/EvolutionApi/actions/message/sendText.js +19 -0
  207. package/dist/nodes/EvolutionApi/actions/message/sendText.js.map +1 -0
  208. package/dist/nodes/EvolutionApi/actions/message/sendWhatsAppAudio.d.ts +2 -0
  209. package/dist/nodes/EvolutionApi/actions/message/sendWhatsAppAudio.js +16 -0
  210. package/dist/nodes/EvolutionApi/actions/message/sendWhatsAppAudio.js.map +1 -0
  211. package/dist/nodes/EvolutionApi/actions/metrics/getMetrics.d.ts +2 -0
  212. package/dist/nodes/EvolutionApi/actions/metrics/getMetrics.js +9 -0
  213. package/dist/nodes/EvolutionApi/actions/metrics/getMetrics.js.map +1 -0
  214. package/dist/nodes/EvolutionApi/actions/profile/fetchBusinessProfile.d.ts +2 -0
  215. package/dist/nodes/EvolutionApi/actions/profile/fetchBusinessProfile.js +13 -0
  216. package/dist/nodes/EvolutionApi/actions/profile/fetchBusinessProfile.js.map +1 -0
  217. package/dist/nodes/EvolutionApi/actions/profile/fetchPrivacySettings.d.ts +2 -0
  218. package/dist/nodes/EvolutionApi/actions/profile/fetchPrivacySettings.js +10 -0
  219. package/dist/nodes/EvolutionApi/actions/profile/fetchPrivacySettings.js.map +1 -0
  220. package/dist/nodes/EvolutionApi/actions/profile/fetchProfile.d.ts +2 -0
  221. package/dist/nodes/EvolutionApi/actions/profile/fetchProfile.js +13 -0
  222. package/dist/nodes/EvolutionApi/actions/profile/fetchProfile.js.map +1 -0
  223. package/dist/nodes/EvolutionApi/actions/profile/removeProfilePicture.d.ts +2 -0
  224. package/dist/nodes/EvolutionApi/actions/profile/removeProfilePicture.js +10 -0
  225. package/dist/nodes/EvolutionApi/actions/profile/removeProfilePicture.js.map +1 -0
  226. package/dist/nodes/EvolutionApi/actions/profile/updatePrivacySettings.d.ts +2 -0
  227. package/dist/nodes/EvolutionApi/actions/profile/updatePrivacySettings.js +18 -0
  228. package/dist/nodes/EvolutionApi/actions/profile/updatePrivacySettings.js.map +1 -0
  229. package/dist/nodes/EvolutionApi/actions/profile/updateProfileName.d.ts +2 -0
  230. package/dist/nodes/EvolutionApi/actions/profile/updateProfileName.js +13 -0
  231. package/dist/nodes/EvolutionApi/actions/profile/updateProfileName.js.map +1 -0
  232. package/dist/nodes/EvolutionApi/actions/profile/updateProfilePicture.d.ts +2 -0
  233. package/dist/nodes/EvolutionApi/actions/profile/updateProfilePicture.js +13 -0
  234. package/dist/nodes/EvolutionApi/actions/profile/updateProfilePicture.js.map +1 -0
  235. package/dist/nodes/EvolutionApi/actions/profile/updateProfileStatus.d.ts +2 -0
  236. package/dist/nodes/EvolutionApi/actions/profile/updateProfileStatus.js +13 -0
  237. package/dist/nodes/EvolutionApi/actions/profile/updateProfileStatus.js.map +1 -0
  238. package/dist/nodes/EvolutionApi/actions/proxy/findProxy.d.ts +2 -0
  239. package/dist/nodes/EvolutionApi/actions/proxy/findProxy.js +10 -0
  240. package/dist/nodes/EvolutionApi/actions/proxy/findProxy.js.map +1 -0
  241. package/dist/nodes/EvolutionApi/actions/proxy/setProxy.d.ts +2 -0
  242. package/dist/nodes/EvolutionApi/actions/proxy/setProxy.js +18 -0
  243. package/dist/nodes/EvolutionApi/actions/proxy/setProxy.js.map +1 -0
  244. package/dist/nodes/EvolutionApi/actions/router.d.ts +2 -0
  245. package/dist/nodes/EvolutionApi/actions/router.js +419 -0
  246. package/dist/nodes/EvolutionApi/actions/router.js.map +1 -0
  247. package/dist/nodes/EvolutionApi/actions/settings/findSettings.d.ts +2 -0
  248. package/dist/nodes/EvolutionApi/actions/settings/findSettings.js +10 -0
  249. package/dist/nodes/EvolutionApi/actions/settings/findSettings.js.map +1 -0
  250. package/dist/nodes/EvolutionApi/actions/settings/setSettings.d.ts +2 -0
  251. package/dist/nodes/EvolutionApi/actions/settings/setSettings.js +19 -0
  252. package/dist/nodes/EvolutionApi/actions/settings/setSettings.js.map +1 -0
  253. package/dist/nodes/EvolutionApi/actions/storage/getMedia.d.ts +2 -0
  254. package/dist/nodes/EvolutionApi/actions/storage/getMedia.js +15 -0
  255. package/dist/nodes/EvolutionApi/actions/storage/getMedia.js.map +1 -0
  256. package/dist/nodes/EvolutionApi/actions/storage/getMediaUrl.d.ts +2 -0
  257. package/dist/nodes/EvolutionApi/actions/storage/getMediaUrl.js +13 -0
  258. package/dist/nodes/EvolutionApi/actions/storage/getMediaUrl.js.map +1 -0
  259. package/dist/nodes/EvolutionApi/descriptions/Call.description.d.ts +3 -0
  260. package/dist/nodes/EvolutionApi/descriptions/Call.description.js +84 -0
  261. package/dist/nodes/EvolutionApi/descriptions/Call.description.js.map +1 -0
  262. package/dist/nodes/EvolutionApi/descriptions/Chat.description.d.ts +3 -0
  263. package/dist/nodes/EvolutionApi/descriptions/Chat.description.js +472 -0
  264. package/dist/nodes/EvolutionApi/descriptions/Chat.description.js.map +1 -0
  265. package/dist/nodes/EvolutionApi/descriptions/Chatbot.description.d.ts +3 -0
  266. package/dist/nodes/EvolutionApi/descriptions/Chatbot.description.js +183 -0
  267. package/dist/nodes/EvolutionApi/descriptions/Chatbot.description.js.map +1 -0
  268. package/dist/nodes/EvolutionApi/descriptions/GetInformations.description.d.ts +3 -0
  269. package/dist/nodes/EvolutionApi/descriptions/GetInformations.description.js +27 -0
  270. package/dist/nodes/EvolutionApi/descriptions/GetInformations.description.js.map +1 -0
  271. package/dist/nodes/EvolutionApi/descriptions/Group.description.d.ts +3 -0
  272. package/dist/nodes/EvolutionApi/descriptions/Group.description.js +307 -0
  273. package/dist/nodes/EvolutionApi/descriptions/Group.description.js.map +1 -0
  274. package/dist/nodes/EvolutionApi/descriptions/Instance.description.d.ts +3 -0
  275. package/dist/nodes/EvolutionApi/descriptions/Instance.description.js +271 -0
  276. package/dist/nodes/EvolutionApi/descriptions/Instance.description.js.map +1 -0
  277. package/dist/nodes/EvolutionApi/descriptions/Integrations.description.d.ts +3 -0
  278. package/dist/nodes/EvolutionApi/descriptions/Integrations.description.js +183 -0
  279. package/dist/nodes/EvolutionApi/descriptions/Integrations.description.js.map +1 -0
  280. package/dist/nodes/EvolutionApi/descriptions/Label.description.d.ts +3 -0
  281. package/dist/nodes/EvolutionApi/descriptions/Label.description.js +96 -0
  282. package/dist/nodes/EvolutionApi/descriptions/Label.description.js.map +1 -0
  283. package/dist/nodes/EvolutionApi/descriptions/Message.description.d.ts +3 -0
  284. package/dist/nodes/EvolutionApi/descriptions/Message.description.js +648 -0
  285. package/dist/nodes/EvolutionApi/descriptions/Message.description.js.map +1 -0
  286. package/dist/nodes/EvolutionApi/descriptions/Metrics.description.d.ts +3 -0
  287. package/dist/nodes/EvolutionApi/descriptions/Metrics.description.js +27 -0
  288. package/dist/nodes/EvolutionApi/descriptions/Metrics.description.js.map +1 -0
  289. package/dist/nodes/EvolutionApi/descriptions/Profile.description.d.ts +3 -0
  290. package/dist/nodes/EvolutionApi/descriptions/Profile.description.js +250 -0
  291. package/dist/nodes/EvolutionApi/descriptions/Profile.description.js.map +1 -0
  292. package/dist/nodes/EvolutionApi/descriptions/Proxy.description.d.ts +3 -0
  293. package/dist/nodes/EvolutionApi/descriptions/Proxy.description.js +135 -0
  294. package/dist/nodes/EvolutionApi/descriptions/Proxy.description.js.map +1 -0
  295. package/dist/nodes/EvolutionApi/descriptions/Settings.description.d.ts +3 -0
  296. package/dist/nodes/EvolutionApi/descriptions/Settings.description.js +142 -0
  297. package/dist/nodes/EvolutionApi/descriptions/Settings.description.js.map +1 -0
  298. package/dist/nodes/EvolutionApi/descriptions/Storage.description.d.ts +3 -0
  299. package/dist/nodes/EvolutionApi/descriptions/Storage.description.js +92 -0
  300. package/dist/nodes/EvolutionApi/descriptions/Storage.description.js.map +1 -0
  301. package/dist/nodes/EvolutionApi/evolutionApi.svg +14 -0
  302. package/dist/nodes/EvolutionApi/methods/loadOptions/group.loadOptions.d.ts +2 -0
  303. package/dist/nodes/EvolutionApi/methods/loadOptions/group.loadOptions.js +19 -0
  304. package/dist/nodes/EvolutionApi/methods/loadOptions/group.loadOptions.js.map +1 -0
  305. package/dist/nodes/EvolutionApi/methods/loadOptions/instance.loadOptions.d.ts +2 -0
  306. package/dist/nodes/EvolutionApi/methods/loadOptions/instance.loadOptions.js +21 -0
  307. package/dist/nodes/EvolutionApi/methods/loadOptions/instance.loadOptions.js.map +1 -0
  308. package/dist/nodes/EvolutionApi/methods/transport/httpClient.d.ts +3 -0
  309. package/dist/nodes/EvolutionApi/methods/transport/httpClient.js +27 -0
  310. package/dist/nodes/EvolutionApi/methods/transport/httpClient.js.map +1 -0
  311. package/dist/nodes/EvolutionApi/types/api.d.ts +215 -0
  312. package/dist/nodes/EvolutionApi/types/api.js +3 -0
  313. package/dist/nodes/EvolutionApi/types/api.js.map +1 -0
  314. package/dist/package.json +63 -0
  315. package/dist/tsconfig.tsbuildinfo +1 -0
  316. package/index.js +0 -0
  317. package/package.json +63 -0
package/LICENSE.md ADDED
@@ -0,0 +1,19 @@
1
+ Copyright 2022 n8n
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4
+ this software and associated documentation files (the "Software"), to deal in
5
+ the Software without restriction, including without limitation the rights to
6
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
+ of the Software, and to permit persons to whom the Software is furnished to do
8
+ so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
package/README.DE.md ADDED
@@ -0,0 +1,231 @@
1
+ # n8n-nodes-evolution-api
2
+
3
+ ![Evolution API Node](https://img.shields.io/badge/n8n-community--node-FF6D5A)
4
+ ![Version](https://img.shields.io/badge/version-1.0.0-blue)
5
+ ![License](https://img.shields.io/badge/license-MIT-green)
6
+
7
+ Ein professioneller **n8n Community Node** zur Integration der **Evolution API**.
8
+ Automatisiere WhatsApp-bezogene Prozesse wie Nachrichtenversand, Gruppenverwaltung und Instanz-Steuerung โ€“ vollstรคndig API-basiert und produktionsreif.
9
+
10
+ ---
11
+
12
+ ## Was ist n8n?
13
+
14
+ n8n ist ein leistungsfรคhiges Workflow-Automatisierungstool, mit dem sich verschiedene Systeme und APIs miteinander verbinden lassen โ€“ unter anderem die Evolution API.
15
+
16
+ Durch visuelle Workflows kannst du manuelle Prozesse automatisieren, Systeme koppeln und komplexe Ablรคufe zuverlรคssig abbilden โ€“ ohne eigene Backend-Logik entwickeln zu mรผssen.
17
+
18
+ ---
19
+
20
+ ## โš–๏ธ Rechtlicher Hinweis
21
+
22
+ Dieser Community Node nutzt die **รถffentliche Evolution API** und ist **nicht offiziell mit der Evolution API, deren Betreibern oder Maintainer:innen verbunden, unterstรผtzt oder gesponsert**.
23
+
24
+ Alle Marken, Namen und Logos gehรถren ihren jeweiligen Eigentรผmern.
25
+
26
+ > **Hinweis:** Dies ist ein Community-Projekt. Fรผr Support oder Fragen zur Evolution API selbst wende dich bitte an die offizielle Dokumentation bzw. die Maintainer.
27
+
28
+ ---
29
+
30
+ ## ๐Ÿš€ รœberblick
31
+
32
+ Dieser n8n Node ermรถglicht eine strukturierte und stabile Anbindung an die Evolution API.
33
+ Der Fokus liegt auf **ausgehenden API-Aktionen**, also der aktiven Steuerung von WhatsApp-Instanzen und Nachrichten aus Automationen heraus.
34
+
35
+ Ideal fรผr:
36
+
37
+ * Agenturen
38
+ * interne Tools
39
+ * Backend-Automatisierungen
40
+ * operative WhatsApp-Workflows
41
+
42
+ ---
43
+
44
+ ## โœจ Zentrale Funktionen
45
+
46
+ ### ๐Ÿ’ฌ **Nachrichten & Kommunikation**
47
+
48
+ * **Textnachrichten senden**
49
+ * **Medien versenden** (Bilder, Dokumente, Audio, Video)
50
+ * **Umfragen & interaktive Nachrichten**
51
+ * **Nachrichten an Gruppen senden**
52
+ * **Antworten auf bestehende Chats**
53
+
54
+ ---
55
+
56
+ ### ๐Ÿ‘ฅ **Gruppen- & Chat-Verwaltung**
57
+
58
+ * WhatsApp-Gruppen erstellen
59
+ * Teilnehmer hinzufรผgen / entfernen
60
+ * Gruppeninformationen aktualisieren
61
+ * Chats abrufen
62
+ * Gruppen-Metadaten laden
63
+
64
+ ---
65
+
66
+ ### ๐Ÿงฉ **Instanz-Verwaltung**
67
+
68
+ * Instanzen auflisten
69
+ * Verbindungsstatus prรผfen
70
+ * Instanzen neu starten
71
+ * Instanzen ausloggen
72
+ * QR-Codes abrufen
73
+
74
+ ---
75
+
76
+ ### ๐Ÿ” **Sichere API-Integration**
77
+
78
+ * Authentifizierung per API-Key
79
+ * Verbindungstest
80
+ * Einheitliche Fehlerbehandlung
81
+ * Reine JSON-Requests (kein proprietรคres Format)
82
+
83
+ ---
84
+
85
+ ## ๐Ÿ“ฆ Installation
86
+
87
+ ### Voraussetzungen
88
+
89
+ * n8n Version **โ‰ฅ 1.0.0**
90
+ * โœ… Getestet mit **n8n 2.0**
91
+ * Laufende Evolution API Instanz
92
+ * Gรผltiger Evolution API Key
93
+
94
+ ---
95
+
96
+ ## ๐Ÿ”ง Installation in n8n
97
+
98
+ Dieser Node wird รผber die **Community Nodes** in n8n installiert.
99
+
100
+ 1. ร–ffne deine n8n-Instanz
101
+ 2. Gehe zu **Einstellungen โ†’ Community Nodes โ†’ Installieren**
102
+ 3. Verwende folgenden Paketnamen:
103
+
104
+ ```
105
+ @rjsebening/n8n-nodes-evolution-api
106
+ ```
107
+
108
+ Der Node wird bewusst **scoped** verรถffentlicht, um:
109
+
110
+ * Namenskonflikte zu vermeiden
111
+ * Community- und inoffizielle Nodes klar abzugrenzen
112
+ * zukรผnftige offizielle Pakete nicht zu blockieren
113
+
114
+ 4. n8n neu starten โ†’ Node ist verfรผgbar
115
+
116
+ ---
117
+
118
+ ## ๐Ÿ”‘ API-Zugang einrichten
119
+
120
+ 1. In n8n zu **Credentials โ†’ Neu erstellen**
121
+ 2. Nach **โ€žEvolution APIโ€œ** suchen
122
+ 3. Folgende Felder ausfรผllen:
123
+
124
+ * **Server URL**
125
+ Basis-URL deiner Evolution API
126
+ *(z. B. `https://deine-evolution-api.domain`)*
127
+ * **API Key**
128
+ Dein persรถnlicher API-Key
129
+
130
+ ---
131
+
132
+ ### API-Key erhalten
133
+
134
+ 1. Evolution API Interface รถffnen
135
+ 2. Zu **Settings / API** navigieren
136
+ 3. API-Key generieren oder kopieren
137
+ 4. In n8n hinterlegen
138
+
139
+ ---
140
+
141
+ ## โš™๏ธ Verfรผgbare Aktionen
142
+
143
+ ### **Nachrichten**
144
+
145
+ | Aktion | Beschreibung |
146
+ | ---------------------- | -------------------------------------- |
147
+ | Textnachricht senden | Versand einfacher WhatsApp-Nachrichten |
148
+ | Mediennachricht senden | Bilder, Dokumente, Audio oder Video |
149
+ | Umfrage senden | Interaktive Poll-Nachrichten |
150
+ | An Gruppe senden | Nachrichten an WhatsApp-Gruppen |
151
+
152
+ ---
153
+
154
+ ### **Chats & Gruppen**
155
+
156
+ | Aktion | Beschreibung |
157
+ | --------------------- | ------------------------------------- |
158
+ | Gruppe erstellen | Neue WhatsApp-Gruppe anlegen |
159
+ | Gruppe aktualisieren | Gruppenname oder Einstellungen รคndern |
160
+ | Teilnehmer hinzufรผgen | Nutzer zur Gruppe hinzufรผgen |
161
+ | Teilnehmer entfernen | Nutzer aus Gruppe entfernen |
162
+ | Chats abrufen | Chats einer Instanz laden |
163
+ | Gruppen abrufen | Gruppeninformationen laden |
164
+
165
+ ---
166
+
167
+ ### **Instanzen**
168
+
169
+ | Aktion | Beschreibung |
170
+ | -------------------- | ---------------------------- |
171
+ | Instanzen auflisten | Alle verfรผgbaren Instanzen |
172
+ | Instanzstatus prรผfen | Verbindungsstatus abrufen |
173
+ | Instanz neu starten | WhatsApp-Instanz neu starten |
174
+ | Instanz ausloggen | Instanz abmelden |
175
+ | QR-Code abrufen | QR-Code zur Anmeldung laden |
176
+
177
+ ---
178
+
179
+ ### **Utilities**
180
+
181
+ | Aktion | Beschreibung |
182
+ | ------------------------ | ---------------------------- |
183
+ | Authentifizierung testen | API-Key & Verbindung prรผfen |
184
+ | Health-Check | Server-Erreichbarkeit prรผfen |
185
+
186
+ ---
187
+
188
+ ## ๐Ÿ“– Praxisbeispiele
189
+
190
+ * WhatsApp-Benachrichtigungen bei Statusรคnderungen
191
+ * Automatische Nachrichten nach Formular-Einreichungen
192
+ * Interne Team-Alerts รผber WhatsApp
193
+ * WhatsApp-Integration in ERP-, CRM- oder interne Systeme
194
+ * Operative Steuerung mehrerer WhatsApp-Instanzen
195
+
196
+ ---
197
+
198
+ ## ๐ŸŒ Warum das wichtig ist
199
+
200
+ WhatsApp ist in vielen Unternehmen geschรคftskritisch โ€“ aber manuelle Prozesse skalieren nicht.
201
+
202
+ Dieser Node ermรถglicht:
203
+
204
+ * zentrale Steuerung
205
+ * automatisierte Kommunikation
206
+ * weniger Fehler
207
+ * saubere Backend-Integration
208
+
209
+ Ohne eigene API-Clients oder Custom-Code.
210
+
211
+ ---
212
+
213
+ ## ๐Ÿ‘ค รœber den Autor
214
+
215
+ Ich bin **Rezk Jรถrg Sebening** โ€“ Business-Automation-Experte im DACH-Raum.
216
+ Ich entwickle Automatisierungssysteme, skalierbare Workflows und n8n Community Nodes fรผr Agenturen und wachsende Unternehmen.
217
+
218
+ ๐Ÿ‘‰ GitHub-Profil folgen, um Updates und neue Integrationen nicht zu verpassen.
219
+
220
+ ---
221
+
222
+ ## ๐Ÿ“‹ Disclaimer
223
+
224
+ Dies ist ein **inoffizieller Community Node** und **kein offizielles Produkt der Evolution API**.
225
+
226
+ **Wichtige Hinweise:**
227
+
228
+ * Der Node wird von der Community gepflegt
229
+ * Verhalten und Features hรคngen von der Evolution-API-Version ab
230
+ * Fรผr API-Probleme bitte die offizielle Dokumentation konsultieren
231
+ * Alle Marken und Logos gehรถren ihren jeweiligen Eigentรผmern
package/README.md ADDED
@@ -0,0 +1,220 @@
1
+ # @rjsebening/n8n-nodes-evolution-api
2
+
3
+ ![Evolution API Node](https://img.shields.io/badge/n8n-community--node-FF6D5A)
4
+ ![Version](https://img.shields.io/badge/version-1.0.0-blue)
5
+ ![License](https://img.shields.io/badge/license-MIT-green)
6
+
7
+ A professional n8n community node for seamless integration with the **Evolution API**.
8
+ Automate WhatsApp-related operations like sending messages, managing instances, and interacting with chats and groups โ€” fully API-driven and production-ready.
9
+
10
+ ---
11
+
12
+ ## What is n8n?
13
+
14
+ n8n is an easy-to-use workflow automation tool that connects different apps and services, like the Evolution API.
15
+ By creating workflows between systems, you can automate repetitive tasks and backend processes โ€” saving time, reducing errors, and scaling operations reliably.
16
+
17
+ ---
18
+
19
+ ## โš–๏ธ Legal Notice
20
+
21
+ This Community Node uses the public **Evolution API** and is **not affiliated with, endorsed, or sponsored by the Evolution API project or its maintainers**.
22
+ All trademarks are the property of their respective owners.
23
+
24
+ **Note**: This is a community-developed node. For official support regarding the Evolution API, please refer to the official documentation or maintainers.
25
+
26
+ ---
27
+
28
+ ## ๐Ÿš€ Overview
29
+
30
+ This n8n custom node provides a clean and structured integration with the Evolution API, enabling you to control WhatsApp instances and perform messaging-related actions programmatically.
31
+
32
+ The focus of this node is **stable, outbound API interaction** โ€” ideal for automation workflows, backend systems, and operational processes.
33
+
34
+ ---
35
+
36
+ ## โœจ Key Features
37
+
38
+ ### ๐Ÿ’ฌ **Messaging & Communication**
39
+
40
+ * **Send Message**: Send text messages via WhatsApp
41
+ * **Send Media**: Send images, documents, audio, or video
42
+ * **Send Polls & Interactive Messages**
43
+ * **Send Messages to Groups**
44
+ * **Reply to Existing Chats**
45
+
46
+ ---
47
+
48
+ ### ๐Ÿ‘ฅ **Group & Chat Management**
49
+
50
+ * **Create Groups**
51
+ * **Add / Remove Participants**
52
+ * **Update Group Info**
53
+ * **Fetch Chats**
54
+ * **Fetch Group Metadata**
55
+
56
+ ---
57
+
58
+ ### ๐Ÿงฉ **Instance Management**
59
+
60
+ * **List Instances**
61
+ * **Get Instance Status**
62
+ * **Restart / Logout Instances**
63
+ * **QR Code Handling**
64
+ * **Connection Status Checks**
65
+
66
+ ---
67
+
68
+ ### ๐Ÿ” **Secure API Integration**
69
+
70
+ * **API Key Authentication**
71
+ * **Connection Test**
72
+ * **Consistent Error Handling**
73
+ * **Fully JSON-based Requests**
74
+
75
+ ---
76
+
77
+ ## ๐Ÿ“ฆ Installation
78
+
79
+ ### Requirements
80
+
81
+ * n8n version **1.0.0 or higher**
82
+ * โœ… testet with **n8n 2.0**
83
+ * Running Evolution API instance
84
+ * Valid Evolution API key
85
+
86
+ ---
87
+
88
+ ## ๐Ÿ”ง Configuration
89
+
90
+ ### Installation in n8n
91
+
92
+ This node can be installed using the **Community Nodes** feature in n8n.
93
+
94
+ 1. Open your n8n instance
95
+ 2. Go to **Settings โ†’ Community Nodes โ†’ Install**
96
+ 3. Enter the following package names:
97
+
98
+ ```
99
+ @rjsebening/n8n-nodes-evolution-api
100
+ ```
101
+
102
+ Both packages contain the same code.
103
+ The scoped version exists to avoid name collisions with potential future official integrations.
104
+
105
+ 4. Restart n8n โ†’ the node will be available
106
+
107
+ ---
108
+
109
+ ## ๐Ÿ”‘ Set Up API Credentials
110
+
111
+ 1. In n8n, go to **Credentials โ†’ Create New**
112
+ 2. Search for **โ€œEvolution APIโ€**
113
+ 3. Enter your credentials:
114
+
115
+ * **Server URL**: Base URL of your Evolution API instance
116
+ *(e.g. `https://your-evolution-api.domain`)*
117
+ * **API Key**: Your Evolution API key
118
+
119
+ ---
120
+
121
+ ### Obtain Your API Key
122
+
123
+ 1. Open your Evolution API dashboard
124
+ 2. Navigate to **Settings / API**
125
+ 3. Generate or copy your API key
126
+ 4. Use it inside n8n credentials
127
+
128
+ ---
129
+
130
+ ## โš™๏ธ Available Actions
131
+
132
+ ### **Messaging**
133
+
134
+ | Action | Description |
135
+ | ------------------ | --------------------------------------- |
136
+ | Send Text Message | Send plain WhatsApp messages |
137
+ | Send Media Message | Send images, documents, audio, or video |
138
+ | Send Poll | Send interactive poll messages |
139
+ | Send to Group | Send messages to WhatsApp groups |
140
+
141
+ ---
142
+
143
+ ### **Groups & Chats**
144
+
145
+ | Action | Description |
146
+ | ------------------- | ----------------------------- |
147
+ | Create Group | Create a new WhatsApp group |
148
+ | Update Group | Change group name or settings |
149
+ | Add Participants | Add users to a group |
150
+ | Remove Participants | Remove users from a group |
151
+ | Fetch Chats | Load chats from an instance |
152
+ | Fetch Groups | Retrieve group metadata |
153
+
154
+ ---
155
+
156
+ ### **Instance Operations**
157
+
158
+ | Action | Description |
159
+ | ------------------- | ----------------------------------- |
160
+ | List Instances | Retrieve all available instances |
161
+ | Get Instance Status | Check connection state |
162
+ | Restart Instance | Restart a WhatsApp instance |
163
+ | Logout Instance | Logout an instance |
164
+ | Get QR Code | Retrieve QR code for authentication |
165
+
166
+ ---
167
+
168
+ ### **Utility**
169
+
170
+ | Action | Description |
171
+ | ------------------- | ----------------------------- |
172
+ | Test Authentication | Verify API key and connection |
173
+ | Health Check | Validate server availability |
174
+
175
+ ---
176
+
177
+ ## ๐Ÿ“– Example Use Cases
178
+
179
+ * Send WhatsApp notifications when a deal is closed
180
+ * Automatically inform teams via WhatsApp
181
+ * Build WhatsApp-based onboarding flows
182
+ * Control WhatsApp instances from backend automations
183
+ * Integrate WhatsApp messaging into ERP, CRM, or internal tools
184
+
185
+ ---
186
+
187
+ ## ๐ŸŒ Why this matters
188
+
189
+ WhatsApp is often mission-critical โ€” but manual handling doesnโ€™t scale.
190
+
191
+ This node allows you to:
192
+
193
+ * centralize control
194
+ * automate communication
195
+ * reduce human error
196
+ * build reliable, backend-driven WhatsApp workflows
197
+
198
+ All without custom code.
199
+
200
+ ---
201
+
202
+ ## ๐Ÿ“ฌ About the Author
203
+
204
+ Iโ€™m **Rezk Jรถrg Sebening** โ€“ Business Automation Expert (DACH).
205
+ I build automation systems, scalable workflows, and n8n community nodes for agencies and growing companies.
206
+
207
+ ๐Ÿ‘‰ Follow me on GitHub to stay updated with new integrations and automation tooling.
208
+
209
+ ---
210
+
211
+ ## ๐Ÿ“‹ Disclaimer
212
+
213
+ This is an **unofficial community node** and is **not affiliated with the Evolution API project**.
214
+
215
+ **Important Notes:**
216
+
217
+ * This node is maintained by the community
218
+ * API behavior depends on the Evolution API version
219
+ * For Evolution API issues, consult the official documentation
220
+ * All trademarks and logos belong to their respective owners
@@ -0,0 +1,9 @@
1
+ import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class EvolutionApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ authenticate: IAuthenticateGeneric;
8
+ test: ICredentialTestRequest;
9
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EvolutionApi = void 0;
4
+ class EvolutionApi {
5
+ constructor() {
6
+ this.name = 'evolutionApi';
7
+ this.displayName = 'Evolution API';
8
+ this.documentationUrl = 'https://doc.evolution-api.com/';
9
+ this.properties = [
10
+ {
11
+ displayName: 'Base URL',
12
+ name: 'baseUrl',
13
+ type: 'string',
14
+ default: '',
15
+ placeholder: 'https://api.your-domain.com',
16
+ description: 'The URL where your Evolution API instance is hosted',
17
+ },
18
+ {
19
+ displayName: 'API Key',
20
+ name: 'apiKey',
21
+ type: 'string',
22
+ typeOptions: {
23
+ password: true,
24
+ },
25
+ default: '',
26
+ description: 'The Global API Key defined in your Evolution API env',
27
+ },
28
+ ];
29
+ this.authenticate = {
30
+ type: 'generic',
31
+ properties: {
32
+ headers: {
33
+ apikey: '={{$credentials.apiKey}}',
34
+ },
35
+ },
36
+ };
37
+ this.test = {
38
+ request: {
39
+ baseURL: '={{$credentials.baseUrl}}',
40
+ url: '/instance/fetchInstances',
41
+ method: 'GET',
42
+ },
43
+ };
44
+ }
45
+ }
46
+ exports.EvolutionApi = EvolutionApi;
47
+ //# sourceMappingURL=EvolutionApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EvolutionApi.credentials.js","sourceRoot":"","sources":["../../credentials/EvolutionApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,gCAAgC,CAAC;QACpD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,6BAA6B;gBAC1C,WAAW,EAAE,qDAAqD;aAClE;YACD;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,sDAAsD;aACnE;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,MAAM,EAAE,0BAA0B;iBAClC;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,0BAA0B;gBAC/B,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AAzCD,oCAyCC"}
@@ -0,0 +1,13 @@
1
+ import { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ import * as instanceLoadOptions from './methods/loadOptions/instance.loadOptions';
3
+ import * as groupLoadOptions from './methods/loadOptions/group.loadOptions';
4
+ export declare class EvolutionApi implements INodeType {
5
+ description: INodeTypeDescription;
6
+ methods: {
7
+ loadOptions: {
8
+ getInstances: typeof instanceLoadOptions.getInstances;
9
+ getGroups: typeof groupLoadOptions.getGroups;
10
+ };
11
+ };
12
+ execute(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>;
13
+ }