UNPKG

@tuanltntu/n8n-nodes-bitrix24

Version:

Comprehensive n8n community node for Bitrix24 API integration with CRM, Tasks, Chat, Telephony, and more

14 lines (13 loc) 435 B
import { ICredentialType, INodeProperties, IAuthenticateGeneric, ICredentialTestRequest, IconFile } from "n8n-workflow"; export declare class Bitrix24Api implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: { light: IconFile; dark: IconFile; }; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }