UNPKG

n8n-nodes-agentic-hub

Version:

n8n community node for Agentic Hub API integration - Send messages to conversational AI workflows

9 lines (8 loc) 306 B
import type { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class AgenticHubApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }