UNPKG

@tuanltntu/n8n-nodes-bitrix24

Version:

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

9 lines (8 loc) 284 B
import { INodeProperties } from "n8n-workflow"; export declare const crmFields: INodeProperties[]; export declare const CRM_ENTITY_MAPPING: Record<string, { key: string; name: string; plural: string; }>; export declare const CRM_OPERATION_MAPPING: Record<string, string>;