n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
59 lines (58 loc) • 1.33 kB
JSON
{
"type": "object",
"properties": {
"attributions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"isFirst": {
"type": "boolean"
},
"medium": {
"type": "string"
},
"utmSessionSource": {
"type": "string"
}
}
}
},
"contactName": {
"type": "string"
},
"customFields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}
},
"dateAdded": {
"type": "string"
},
"dateUpdated": {
"type": "string"
},
"dnd": {
"type": "boolean"
},
"id": {
"type": "string"
},
"locationId": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
},
"version": 1
}