UNPKG

@tuanltntu/n8n-nodes-bitrix24

Version:

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

8 lines (7 loc) 416 B
import { INodeProperties } from "n8n-workflow"; export declare const botOperationFields: INodeProperties[]; export declare const botRegistrationFields: INodeProperties[]; export declare const botUnregistrationFields: INodeProperties[]; export declare const botCommandFields: INodeProperties[]; export declare const botMessageFields: INodeProperties[]; export declare const botEventListenerFields: INodeProperties[];