@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.
- package/LICENSE.md +19 -0
- package/README.DE.md +231 -0
- package/README.md +220 -0
- package/dist/credentials/EvolutionApi.credentials.d.ts +9 -0
- package/dist/credentials/EvolutionApi.credentials.js +47 -0
- package/dist/credentials/EvolutionApi.credentials.js.map +1 -0
- package/dist/nodes/EvolutionApi/EvolutionApi.node.d.ts +13 -0
- package/dist/nodes/EvolutionApi/EvolutionApi.node.js +196 -0
- package/dist/nodes/EvolutionApi/EvolutionApi.node.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/call/offerCall.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/call/offerCall.js +15 -0
- package/dist/nodes/EvolutionApi/actions/call/offerCall.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/archiveChat.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/archiveChat.js +16 -0
- package/dist/nodes/EvolutionApi/actions/chat/archiveChat.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/deleteMessageForEveryone.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/deleteMessageForEveryone.js +22 -0
- package/dist/nodes/EvolutionApi/actions/chat/deleteMessageForEveryone.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/fetchProfilePictureUrl.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/fetchProfilePictureUrl.js +14 -0
- package/dist/nodes/EvolutionApi/actions/chat/fetchProfilePictureUrl.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/findChats.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/findChats.js +10 -0
- package/dist/nodes/EvolutionApi/actions/chat/findChats.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/findContacts.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/findContacts.js +17 -0
- package/dist/nodes/EvolutionApi/actions/chat/findContacts.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/findMessages.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/findMessages.js +17 -0
- package/dist/nodes/EvolutionApi/actions/chat/findMessages.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/findStatusMessage.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/findStatusMessage.js +23 -0
- package/dist/nodes/EvolutionApi/actions/chat/findStatusMessage.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/getBase64FromMediaMessage.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/getBase64FromMediaMessage.js +20 -0
- package/dist/nodes/EvolutionApi/actions/chat/getBase64FromMediaMessage.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/markChatUnread.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/markChatUnread.js +14 -0
- package/dist/nodes/EvolutionApi/actions/chat/markChatUnread.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/markMessageAsRead.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/markMessageAsRead.js +14 -0
- package/dist/nodes/EvolutionApi/actions/chat/markMessageAsRead.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/sendPresence.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/sendPresence.js +19 -0
- package/dist/nodes/EvolutionApi/actions/chat/sendPresence.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/updateBlockStatus.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/updateBlockStatus.js +16 -0
- package/dist/nodes/EvolutionApi/actions/chat/updateBlockStatus.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/updateMessage.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/updateMessage.js +20 -0
- package/dist/nodes/EvolutionApi/actions/chat/updateMessage.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chat/whatsappNumbers.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chat/whatsappNumbers.js +18 -0
- package/dist/nodes/EvolutionApi/actions/chat/whatsappNumbers.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chatbot/findChatwoot.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chatbot/findChatwoot.js +10 -0
- package/dist/nodes/EvolutionApi/actions/chatbot/findChatwoot.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/chatbot/setChatwoot.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/chatbot/setChatwoot.js +22 -0
- package/dist/nodes/EvolutionApi/actions/chatbot/setChatwoot.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/getInformations/getInformations.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/getInformations/getInformations.js +9 -0
- package/dist/nodes/EvolutionApi/actions/getInformations/getInformations.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/create.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/create.js +22 -0
- package/dist/nodes/EvolutionApi/actions/group/create.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/fetchAllGroups.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/fetchAllGroups.js +14 -0
- package/dist/nodes/EvolutionApi/actions/group/fetchAllGroups.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/findGroupInfos.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/findGroupInfos.js +11 -0
- package/dist/nodes/EvolutionApi/actions/group/findGroupInfos.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/inviteCode.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/inviteCode.js +11 -0
- package/dist/nodes/EvolutionApi/actions/group/inviteCode.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/inviteInfo.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/inviteInfo.js +11 -0
- package/dist/nodes/EvolutionApi/actions/group/inviteInfo.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/leaveGroup.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/leaveGroup.js +11 -0
- package/dist/nodes/EvolutionApi/actions/group/leaveGroup.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/participants.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/participants.js +11 -0
- package/dist/nodes/EvolutionApi/actions/group/participants.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/revokeInviteCode.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/revokeInviteCode.js +11 -0
- package/dist/nodes/EvolutionApi/actions/group/revokeInviteCode.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/sendInvite.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/sendInvite.js +22 -0
- package/dist/nodes/EvolutionApi/actions/group/sendInvite.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/toggleEphemeral.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/toggleEphemeral.js +15 -0
- package/dist/nodes/EvolutionApi/actions/group/toggleEphemeral.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupDescription.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupDescription.js +15 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupDescription.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupPicture.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupPicture.js +15 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupPicture.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupSubject.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupSubject.js +15 -0
- package/dist/nodes/EvolutionApi/actions/group/updateGroupSubject.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/updateParticipant.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/updateParticipant.js +21 -0
- package/dist/nodes/EvolutionApi/actions/group/updateParticipant.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/group/updateSetting.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/group/updateSetting.js +15 -0
- package/dist/nodes/EvolutionApi/actions/group/updateSetting.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/instance/connect.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/instance/connect.js +14 -0
- package/dist/nodes/EvolutionApi/actions/instance/connect.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/instance/connectionState.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/instance/connectionState.js +10 -0
- package/dist/nodes/EvolutionApi/actions/instance/connectionState.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/instance/create.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/instance/create.js +19 -0
- package/dist/nodes/EvolutionApi/actions/instance/create.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/instance/delete.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/instance/delete.js +10 -0
- package/dist/nodes/EvolutionApi/actions/instance/delete.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/instance/fetchInstances.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/instance/fetchInstances.js +16 -0
- package/dist/nodes/EvolutionApi/actions/instance/fetchInstances.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/instance/logout.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/instance/logout.js +10 -0
- package/dist/nodes/EvolutionApi/actions/instance/logout.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/instance/restart.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/instance/restart.js +10 -0
- package/dist/nodes/EvolutionApi/actions/instance/restart.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/instance/setPresence.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/instance/setPresence.js +19 -0
- package/dist/nodes/EvolutionApi/actions/instance/setPresence.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findNats.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findNats.js +10 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findNats.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findPusher.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findPusher.js +10 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findPusher.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findRabbitmq.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findRabbitmq.js +10 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findRabbitmq.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findSqs.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findSqs.js +10 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findSqs.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findWebhook.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findWebhook.js +10 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findWebhook.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findWebsocket.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findWebsocket.js +10 -0
- package/dist/nodes/EvolutionApi/actions/integrations/findWebsocket.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setNats.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setNats.js +14 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setNats.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setPusher.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setPusher.js +14 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setPusher.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setRabbitmq.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setRabbitmq.js +14 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setRabbitmq.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setSqs.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setSqs.js +14 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setSqs.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setWebhook.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setWebhook.js +14 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setWebhook.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setWebsocket.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setWebsocket.js +14 -0
- package/dist/nodes/EvolutionApi/actions/integrations/setWebsocket.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/label/findLabels.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/label/findLabels.js +10 -0
- package/dist/nodes/EvolutionApi/actions/label/findLabels.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/label/handleLabel.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/label/handleLabel.js +15 -0
- package/dist/nodes/EvolutionApi/actions/label/handleLabel.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendButtons.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendButtons.js +22 -0
- package/dist/nodes/EvolutionApi/actions/message/sendButtons.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendContact.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendContact.js +16 -0
- package/dist/nodes/EvolutionApi/actions/message/sendContact.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendList.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendList.js +24 -0
- package/dist/nodes/EvolutionApi/actions/message/sendList.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendLocation.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendLocation.js +22 -0
- package/dist/nodes/EvolutionApi/actions/message/sendLocation.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendMedia.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendMedia.js +22 -0
- package/dist/nodes/EvolutionApi/actions/message/sendMedia.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendPoll.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendPoll.js +47 -0
- package/dist/nodes/EvolutionApi/actions/message/sendPoll.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendPtv.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendPtv.js +16 -0
- package/dist/nodes/EvolutionApi/actions/message/sendPtv.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendReaction.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendReaction.js +22 -0
- package/dist/nodes/EvolutionApi/actions/message/sendReaction.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendStatus.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendStatus.js +18 -0
- package/dist/nodes/EvolutionApi/actions/message/sendStatus.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendSticker.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendSticker.js +16 -0
- package/dist/nodes/EvolutionApi/actions/message/sendSticker.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendText.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendText.js +19 -0
- package/dist/nodes/EvolutionApi/actions/message/sendText.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/message/sendWhatsAppAudio.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/message/sendWhatsAppAudio.js +16 -0
- package/dist/nodes/EvolutionApi/actions/message/sendWhatsAppAudio.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/metrics/getMetrics.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/metrics/getMetrics.js +9 -0
- package/dist/nodes/EvolutionApi/actions/metrics/getMetrics.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchBusinessProfile.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchBusinessProfile.js +13 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchBusinessProfile.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchPrivacySettings.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchPrivacySettings.js +10 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchPrivacySettings.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchProfile.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchProfile.js +13 -0
- package/dist/nodes/EvolutionApi/actions/profile/fetchProfile.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/profile/removeProfilePicture.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/profile/removeProfilePicture.js +10 -0
- package/dist/nodes/EvolutionApi/actions/profile/removeProfilePicture.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/profile/updatePrivacySettings.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/profile/updatePrivacySettings.js +18 -0
- package/dist/nodes/EvolutionApi/actions/profile/updatePrivacySettings.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfileName.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfileName.js +13 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfileName.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfilePicture.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfilePicture.js +13 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfilePicture.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfileStatus.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfileStatus.js +13 -0
- package/dist/nodes/EvolutionApi/actions/profile/updateProfileStatus.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/proxy/findProxy.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/proxy/findProxy.js +10 -0
- package/dist/nodes/EvolutionApi/actions/proxy/findProxy.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/proxy/setProxy.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/proxy/setProxy.js +18 -0
- package/dist/nodes/EvolutionApi/actions/proxy/setProxy.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/router.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/router.js +419 -0
- package/dist/nodes/EvolutionApi/actions/router.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/settings/findSettings.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/settings/findSettings.js +10 -0
- package/dist/nodes/EvolutionApi/actions/settings/findSettings.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/settings/setSettings.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/settings/setSettings.js +19 -0
- package/dist/nodes/EvolutionApi/actions/settings/setSettings.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/storage/getMedia.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/storage/getMedia.js +15 -0
- package/dist/nodes/EvolutionApi/actions/storage/getMedia.js.map +1 -0
- package/dist/nodes/EvolutionApi/actions/storage/getMediaUrl.d.ts +2 -0
- package/dist/nodes/EvolutionApi/actions/storage/getMediaUrl.js +13 -0
- package/dist/nodes/EvolutionApi/actions/storage/getMediaUrl.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Call.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Call.description.js +84 -0
- package/dist/nodes/EvolutionApi/descriptions/Call.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Chat.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Chat.description.js +472 -0
- package/dist/nodes/EvolutionApi/descriptions/Chat.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Chatbot.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Chatbot.description.js +183 -0
- package/dist/nodes/EvolutionApi/descriptions/Chatbot.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/GetInformations.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/GetInformations.description.js +27 -0
- package/dist/nodes/EvolutionApi/descriptions/GetInformations.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Group.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Group.description.js +307 -0
- package/dist/nodes/EvolutionApi/descriptions/Group.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Instance.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Instance.description.js +271 -0
- package/dist/nodes/EvolutionApi/descriptions/Instance.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Integrations.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Integrations.description.js +183 -0
- package/dist/nodes/EvolutionApi/descriptions/Integrations.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Label.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Label.description.js +96 -0
- package/dist/nodes/EvolutionApi/descriptions/Label.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Message.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Message.description.js +648 -0
- package/dist/nodes/EvolutionApi/descriptions/Message.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Metrics.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Metrics.description.js +27 -0
- package/dist/nodes/EvolutionApi/descriptions/Metrics.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Profile.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Profile.description.js +250 -0
- package/dist/nodes/EvolutionApi/descriptions/Profile.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Proxy.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Proxy.description.js +135 -0
- package/dist/nodes/EvolutionApi/descriptions/Proxy.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Settings.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Settings.description.js +142 -0
- package/dist/nodes/EvolutionApi/descriptions/Settings.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/descriptions/Storage.description.d.ts +3 -0
- package/dist/nodes/EvolutionApi/descriptions/Storage.description.js +92 -0
- package/dist/nodes/EvolutionApi/descriptions/Storage.description.js.map +1 -0
- package/dist/nodes/EvolutionApi/evolutionApi.svg +14 -0
- package/dist/nodes/EvolutionApi/methods/loadOptions/group.loadOptions.d.ts +2 -0
- package/dist/nodes/EvolutionApi/methods/loadOptions/group.loadOptions.js +19 -0
- package/dist/nodes/EvolutionApi/methods/loadOptions/group.loadOptions.js.map +1 -0
- package/dist/nodes/EvolutionApi/methods/loadOptions/instance.loadOptions.d.ts +2 -0
- package/dist/nodes/EvolutionApi/methods/loadOptions/instance.loadOptions.js +21 -0
- package/dist/nodes/EvolutionApi/methods/loadOptions/instance.loadOptions.js.map +1 -0
- package/dist/nodes/EvolutionApi/methods/transport/httpClient.d.ts +3 -0
- package/dist/nodes/EvolutionApi/methods/transport/httpClient.js +27 -0
- package/dist/nodes/EvolutionApi/methods/transport/httpClient.js.map +1 -0
- package/dist/nodes/EvolutionApi/types/api.d.ts +215 -0
- package/dist/nodes/EvolutionApi/types/api.js +3 -0
- package/dist/nodes/EvolutionApi/types/api.js.map +1 -0
- package/dist/package.json +63 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/index.js +0 -0
- 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
|
+

|
|
4
|
+

|
|
5
|
+

|
|
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
|
+

|
|
4
|
+

|
|
5
|
+

|
|
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
|
+
}
|