n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
36 lines (35 loc) • 804 B
JSON
{
"type": "object",
"properties": {
"contactId": {
"type": "string"
},
"task": {
"type": "object",
"properties": {
"businessId": {
"type": "string"
},
"completed": {
"type": "boolean"
},
"contactId": {
"type": "string"
},
"dueDate": {
"type": "string"
},
"id": {
"type": "string"
},
"title": {
"type": "string"
}
}
},
"traceId": {
"type": "string"
}
},
"version": 1
}