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

8 lines (7 loc) 241 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class WeChatPadProApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }