UNPKG

n8n-nodes-highlevelv2

Version:

n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform

112 lines (111 loc) 3.31 kB
{ "type": "object", "properties": { "opportunity": { "type": "object", "properties": { "contact": { "type": "object", "properties": { "email": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "phone": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } } } }, "contactId": { "type": "string" }, "createdAt": { "type": "string" }, "followers": { "type": "array", "items": { "type": "string" } }, "id": { "type": "string" }, "indexVersion": { "type": "integer" }, "internalSource": { "type": "object", "properties": { "apiVersion": { "type": "string" }, "channel": { "type": "string" }, "id": { "type": "string" }, "source": { "type": "string" }, "type": { "type": "string" } } }, "isAttribute": { "type": "boolean" }, "lastActionDate": { "type": "string" }, "lastStageChangeAt": { "type": "string" }, "lastStatusChangeAt": { "type": "string" }, "locationId": { "type": "string" }, "monetaryValue": { "type": "integer" }, "name": { "type": "string" }, "pipelineId": { "type": "string" }, "pipelineStageId": { "type": "string" }, "source": { "type": "string" }, "status": { "type": "string" }, "updatedAt": { "type": "string" } } }, "traceId": { "type": "string" } }, "version": 1 }