UNPKG

n8n-rdstation-crm

Version:

Nós personalizados do n8n para integração com a API do RD Station CRM (v1)

10 lines (9 loc) 337 B
import { ICredentialType, INodeProperties, IAuthenticateGeneric } from 'n8n-workflow'; export declare class RdStationCrmApi implements ICredentialType { name: string; displayName: string; description: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }