UNPKG

n8n-nodes-highlevelv2

Version:

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

55 lines (54 loc) 1.48 kB
{ "type": "object", "properties": { "appointment": { "type": "object", "properties": { "id": { "type": "string" }, "calendarId": { "type": "string" }, "contactId": { "type": "string" }, "locationId": { "type": "string" }, "title": { "type": "string" }, "appointmentStatus": { "type": "string" }, "assignedUserId": { "type": "string" }, "address": { "type": "string" }, "notes": { "type": "string" }, "startTime": { "type": "string", "format": "date-time" }, "endTime": { "type": "string", "format": "date-time" }, "dateCreated": { "type": "string", "format": "date-time" }, "dateUpdated": { "type": "string", "format": "date-time" } } } }, "version": 1 }