UNPKG

n8n-nodes-megaapi

Version:

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

7 lines (6 loc) 182 B
export * from './chat'; export * from './group'; export * from './instance'; export * from './webhook'; export * from './message'; export { megaapiRequest } from './megaapiRequest';