UNPKG

n8n-nodes-highlevelv2

Version:

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

24 lines (23 loc) 717 B
{ "create": { "request": { "basePath": "/locations/{locationId}/customFields", "method": "POST", "body": { "name": "string", "dataType": "string", "position": "number", "isRequired": "boolean", "isMultipleValues": "boolean", "model": "string", "parentId": "string", "isImportant": "boolean", "picklistOptions": "object", "picklistImageOptions": "object", "fileType": "string", "acceptedFormat": "string", "placeholder": "string" } } } }