UNPKG

n8n-nodes-evolution-tools

Version:

n8n node para integrar com Evolution API WhatsApp como ferramenta para agentes com IA

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