UNPKG

n8n-nodes-rd-station-crm

Version:

n8n community node for RD Station CRM: API v1 (private token) and API v2 (OAuth2) — contacts, deals, organizations, tasks, notes, pipelines, stages, products, custom fields, sources, campaigns, loss reasons, users, teams and a real webhook trigger.

7 lines (6 loc) 470 B
import type { IExecuteFunctions, INodeProperties, INodePropertyOptions } from 'n8n-workflow'; export declare const resourceOptions: INodePropertyOptions[]; export declare const resourceProperties: INodeProperties[]; export declare const resourceOptionsV2: INodePropertyOptions[]; export declare const resourcePropertiesV2: INodeProperties[]; export declare function executeResource(this: IExecuteFunctions, resource: string, operation: string, i: number): Promise<any>;