UNPKG

n8n-nodes-megaapi

Version:

N8N Community Node for MegaAPI WhatsApp automation - Complete WhatsApp integration with messaging, groups, media, and more

10 lines (9 loc) 463 B
export { getGroups } from './getGroups'; export { detailsGroup } from './detailsGroup'; export { createGroup } from './createGroup'; export { sendMessageGroup } from './sendMessageGroup'; export { sendMediaUrlGroup } from './sendMediaUrlGroup'; export { sendMediaBase64Group } from './sendMediaBase64Group'; export { addParticipants } from './addParticipants'; export { removeParticipants } from './removeParticipants'; export { leaveGroup } from './leaveGroup';