n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
42 lines (41 loc) • 1 kB
JSON
{
"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"
}
},
"version": 1
}