n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
16 lines (15 loc) • 379 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"success": {
"type": "boolean",
"description": "Whether the deletion was successful"
},
"message": {
"type": "string",
"description": "Success message"
}
},
"additionalProperties": false
}