UNPKG

n8n-nodes-zalo-nnt

Version:

Unofficial Zalo integration for n8n - Send messages, manage groups, user operations with QR login. No API key required, works via browser simulation.

9 lines (8 loc) 255 B
import { ICredentialType, INodeProperties, Icon } from 'n8n-workflow'; export declare class ZaloApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: Icon; properties: INodeProperties[]; }