n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
43 lines (42 loc) • 1.18 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"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the record was last updated"
},
"updatedBy": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"email": {
"type": "string"
}
},
"description": "User who updated the record"
}
},
"version": 1
}