n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
48 lines (47 loc) • 1.35 kB
JSON
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the record"
},
"objectId": {
"type": "string",
"description": "ID of the custom object this record belongs to"
},
"locationId": {
"type": "string",
"description": "The location ID where the record belongs"
},
"data": {
"type": "object",
"description": "The record data according to the custom object schema"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the record was created"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the record was last updated"
},
"createdBy": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"email": {
"type": "string"
}
},
"description": "User who created the record"
}
},
"version": 1
}