UNPKG

n8n-nodes-webmetic

Version:

n8n node for Webmetic API - Get company visits data (new, intensive, and returning visitors) with minute-level date filtering

10 lines (9 loc) 357 B
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from "n8n-workflow"; export declare class WebmeticApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }