UNPKG

n8n-nodes-whatsapp

Version:

Nodes to trigger workflows from whatsapp events or send messages (using whatsapp web).

4 lines 411 B
import { IWhatsAppCredential } from '../../../credentials/WhatsApp.credentials'; export declare const getChatByPhoneNumber: (credential: IWhatsAppCredential, phoneNumber: string) => Promise<import("whatsapp-web.js").Chat | null>; export declare const sendMessageToPhoneNumber: (credential: IWhatsAppCredential, recipientPhoneNumber: string, message: string) => Promise<any>; //# sourceMappingURL=client.d.ts.map