UNPKG

n8n-nodes-highlevelv2

Version:

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

45 lines (44 loc) 1.06 kB
{ "type": "object", "properties": { "note": { "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" } } }, "success": { "type": "boolean" }, "message": { "type": "string" } }, "version": 1 }