UNPKG

@tuanltntu/n8n-nodes-bitrix24

Version:

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

10 lines (9 loc) 291 B
import { INodeProperties } from "n8n-workflow"; export declare const basicFields: INodeProperties[]; export declare const automationOperations: { name: string; value: string; description: string; action: string; }[]; export declare const automationFields: INodeProperties[];