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) 268 B
import type { INodePropertyOptions } from 'n8n-workflow'; /** * RD Station CRM v1 webhook event types. * One webhook is registered per event. Source: developers.rdstation.com (crm-v1-webhooks). */ export declare const RD_CRM_WEBHOOK_EVENTS: INodePropertyOptions[];