n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
77 lines (76 loc) • 2.1 kB
JSON
{
"type": "object",
"properties": {
"businesses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"address": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"postalCode": {
"type": "string"
},
"country": {
"type": "string"
},
"phone": {
"type": "string"
},
"email": {
"type": "string"
},
"website": {
"type": "string"
},
"description": {
"type": "string"
},
"locationId": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"updatedAt": {
"type": "string"
}
}
}
},
"meta": {
"type": "object",
"properties": {
"total": {
"type": "number"
},
"count": {
"type": "number"
},
"limit": {
"type": "number"
},
"offset": {
"type": "number"
}
}
},
"success": {
"type": "boolean"
}
},
"version": 1
}