UNPKG

n8n-nodes-wuzapi

Version:

n8n community nodes for Wuzapi - WhatsApp Multi-Device REST API

7 lines 363 B
import { IWebhookFunctions, INodeType, INodeTypeDescription, IWebhookResponseData } from 'n8n-workflow'; export declare class WuzapiTrigger implements INodeType { description: INodeTypeDescription; private static extractMessageContent; webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>; } //# sourceMappingURL=WuzapiTrigger.node.d.ts.map