I’m new to n8n and trying to migrate a chatbot from Zapier and ChatGPT that integrates with GoHighLevel.
In Zapier, a webhook pulls lead info from GoHighLevel into ChatGPT. A filter checks for a keyword in the response. If found, a lead connector moves the lead to a different GoHighLevel workflow/campaign.
In n8n, I can’t find an option in the GoHighLevel node to update a contact’s workflow/campaign when triggered.
Looking at the node we don’t currently have an option for that so the best way at the moment would be to use the HTTP Request node and manually build out the request following the API docs for HighLevel.