UNPKG

n8n-nodes-highlevelv2

Version:

n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform

56 lines (55 loc) 1.54 kB
{ "type": "object", "properties": { "count": { "type": "object", "properties": { "total": { "type": "number" }, "active": { "type": "number" }, "inactive": { "type": "number" }, "draft": { "type": "number" }, "byType": { "type": "object", "properties": { "landing": { "type": "number" }, "thankyou": { "type": "number" }, "sales": { "type": "number" }, "checkout": { "type": "number" }, "upsell": { "type": "number" }, "downsell": { "type": "number" } } }, "funnelId": { "type": "string" }, "locationId": { "type": "string" } } }, "success": { "type": "boolean" } }, "version": 1 }