GHL blog API

Hi community,
i want to post my ai generated blogs to my blog site present in GHL, the articles are coming from the gptt module, sharing some attachments where I got queries, help needed.



THE ERROR :

So, I have been working on this same thing over the weekend. No luck yet, but maybe I can help you a little. First I think you might get better results with OAuth2 as described in this video (https://www.youtube.com/watch?v=vrbi5TiFJ-g). That guy is awesome. Second, I recommend you try to something simpler first to prove you have the auth working like fetching categories or something with less parms. Hope that helps. Let me know if you get it working.

Looks like you aren’t configuring your HTTP module to handle the required authentication method.

Please refer to the external API to see what needs to be done.

As you know, Make doesn’t have a GHL module for this particular endpoint yet (Create a blog post).

If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API Call) or generic HTTP “Make a request” module.

You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.