UNPKG

n8n-nodes-wechat-pad-pro

Version:

n8n node for WeChatPadPro, allowing you to automate WeChat messaging and interactions within your n8n workflows. Support WeChatPadPro0859

6 lines (5 loc) 240 B
import { INodeType, INodeTypeDescription, ITriggerFunctions } from 'n8n-workflow'; export declare class WeChatPadProTrigger implements INodeType { description: INodeTypeDescription; trigger(this: ITriggerFunctions): Promise<any>; }