Hi, I am hoping someone can help me. I am trying to use the HighLevel (Leadconnector) API to post a blog into Highevel. Here is the link to the API Docs: Create Blog Post | Integrations API
It keeps failing on Category and Tags, stating that they would be arrays. I have tried using emptyarray but it still doesn’t work
According to the official GHL API documentation for “Create Blog Post”, the request format has to be “application/json”, NOT “application/x-www-form-urlencoded”.
Simply change your “Body type” field to “Raw”, and Content type to “JSON (application/json)”, and use the provided JSON example in the documentation.
I copied the raw html into ChatGPT and had it analysed, apparently there was a double space where there should not have been. So how do I get make to review the code for errors and fix them?
1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
others can save time when catching up with the latest activity here, and
allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!
Hope this helps! Let me know if there are any further questions or issues.