UNPKG

n8n-nodes-highlevelv2

Version:

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

62 lines (61 loc) 1.65 kB
{ "type": "object", "properties": { "notes": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "body": { "type": "string" }, "contactId": { "type": "string" }, "userId": { "type": "string" }, "locationId": { "type": "string" }, "dateAdded": { "type": "string" }, "dateUpdated": { "type": "string" }, "createdBy": { "type": "string" }, "updatedBy": { "type": "string" } } } }, "meta": { "type": "object", "properties": { "total": { "type": "number" }, "count": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "contactId": { "type": "string" } } } }, "version": 1 }