UNPKG

n8n-nodes-highlevelv2

Version:

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

74 lines (73 loc) 2.04 kB
{ "type": "object", "properties": { "tasks": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "title": { "type": "string" }, "body": { "type": "string" }, "contactId": { "type": "string" }, "businessId": { "type": "string" }, "assignedTo": { "type": "string" }, "completed": { "type": "boolean" }, "dueDate": { "type": "string" }, "completedDate": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "createdBy": { "type": "string" }, "updatedBy": { "type": "string" } } } }, "meta": { "type": "object", "properties": { "total": { "type": "number" }, "count": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "locationId": { "type": "string" } } } }, "version": 1 }