HighLevel Custom Fields not working

Describe the problem/error/question

Trying to load High Level Custom Fields throws an error and will not load any custom fields.

Using HighLevel OAuth - connected fine and works for other fields, just no custom fields.

Have added the following scopes to test but no avail. They are still loaded on the credential and app.

locations.readonly
contacts.readonly
contacts.write
opportunities.readonly
opportunities.write
users.readonly
businesses.readonly
businesses.write
locations/customValues.readonly
locations/customValues.write
locations/customFields.readonly
locations/customFields.write

"Issues: There was a problem loading the parameter options from server: “The resource you are requesting could not be found”

Was working fine when using the API credential but OAuth is not working.

What is the error message (if any)?

Please share your workflow

Cannot share right now.

Information on your n8n setup

  • n8n version: 1.47.0
  • Database (default: SQLite): Unsure - followed Hetzner Docker Install Guides
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu

another user reported same error here - HighLevel node

They are on an earlier version 1.45.1

1 Like

Hi @gleeballs,

Welcome to the community! :dizzy:

We have recently updated the this node to stay up to date with HighLevel’s updated their API endpoints and the issue might stem from this change.

Can you recall if the issue started after you updated the n8n version or if it was still working while you were on any version after 1.45.0?
Additionally, if you use an HTTP Request Node to make this action intead of the HighLevel node, does an issue also arise?

@mariana-na i had it working a couple of days ago on versions ranging from 1.45.0 and 1.46.0 and 1.47.0. Now none of these are working - for custom fields.

If i manually enter the custom field id and text on the HL node it does NOT work as per below:

I CAN use a http node and enter the same info using the API directly and it DOES work as per below:

I can also pull the custom fields via a http node and enter all info dynamically but only via a http node.

Using the HL node for any sort of custom fields work is failing. It does not get the custom fields and populate the list (as per below with error tooltips), and you cannot update any custom field be it using dynamic data from previous node or hard coding the custom field data in the node

@mariana-na

Forgot to mention that there are a couple of other posts with the same issues

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.