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.

14 lines (13 loc) 454 B
import type { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class RdStationCrmOAuth2Api implements ICredentialType { name: string; extends: string[]; displayName: string; documentationUrl: string; icon: { readonly light: "file:rdStationCrm.svg"; readonly dark: "file:rdStationCrm.dark.svg"; }; properties: INodeProperties[]; test: ICredentialTestRequest; }