UNPKG

n8n-nodes-highlevelv2

Version:

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

87 lines (86 loc) 2.53 kB
{ "type": "object", "properties": { "funnels": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "status": { "type": "string", "enum": ["active", "inactive", "draft"] }, "category": { "type": "string" }, "locationId": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "createdBy": { "type": "string" }, "pageCount": { "type": "number" }, "conversionRate": { "type": "number" }, "totalViews": { "type": "number" }, "totalConversions": { "type": "number" }, "domain": { "type": "string" }, "subDomain": { "type": "string" }, "favicon": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } } } } }, "meta": { "type": "object", "properties": { "total": { "type": "number" }, "count": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" } } } }, "version": 1 }