Post to Social Media Using Template

Hi there,

I am using the predefined template to create social media posting from wordpress using this template https://eu2.make.com/templates/10696-post-directly-on-social-media-from-a-blog-using-chatgpt

It has stopped working in the Linkedin decision tree - specifically in the HTTP Get File Module.
I suspect it is because the settings below:

  1. What Role should i choose? I presume User
  2. What Message Content should I put? The message should have been generated by the Open AI module before the Router. Why do we have to do this again?

This is the error message that I get:

Hey @Christian_Lebe, nice to meet you. :slight_smile:

  1. This depends on what you exactly want to do. As far as I know, there are multiple roles in OpenAI (you can check this on their docs) the “System” role is more for automated messages, the ‘User’ role is when you use user inputs, and ‘assistant’ role is for AI-generated responses. Within the chat completion module, roles aid in differentiating between various message kinds and interactions.

  2. This is basically the message/command you want to tell your OpenAI model. I’m not an OpenAI expert so you might need to review their docs on this one.

  3. For the HTTP error you are getting, it looks like the module is not receiving a value for the URL field, so it errors out. Most of the time, I use filters so it only allows bundles to pass through a certain module if it matches my filters (e.g. if the bundle has a value for the URL).

I got this link from Make’s docs - https://www.make.com/en/help/scenarios/filtering

I hope this helps. :slight_smile:
~ Jock

2 Likes