@progtechbr/n8n-nodes-rdsme
Version:
Send events through API to RD Station Marketing para Ecommerce
10 lines (9 loc) • 318 B
TypeScript
import { IDataObject } from 'n8n-workflow';
export declare const BASE_API_URL = "https://api.rd.services";
export declare const EVENT_FAMILY = "CDP";
export declare const ECOMMERCE_EVENT_TYPE_MAP: IDataObject;
export declare const LEGAL_BASES_OBJECT: {
category: string;
type: string;
status: string;
}[];