Hi, I am brand new to n8n. I created and tested a workflow connected to HighLevel and created a contact there. Is it possible to use the API in n8n to write data to my HighLevel datasource and skip the n8n GUI?
I am using the Starter package and cloud hosted
Thank You
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
hello @markjeff
you can use HighLevel credentials with HTTP Requests node
Thank you. I have found the reference page for the http request node but do you know if there is an example of writing data to a n8n connection source such as HighLevel?
That’s just requests to the HighLevel endpoints.
You can find the references there
HighLevel API : HighLevel Support Portal (gohighlevel.com)