n8n-nodes-zuckzapgo
Version:
n8n community nodes for ZuckZapGo - WhatsApp Multi-Device REST API
7 lines • 369 B
TypeScript
import { IWebhookFunctions, INodeType, INodeTypeDescription, IWebhookResponseData } from 'n8n-workflow';
export declare class ZuckZapGoTrigger implements INodeType {
description: INodeTypeDescription;
private static extractMessageContent;
webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>;
}
//# sourceMappingURL=ZuckZapGoTrigger.node.d.ts.map