While using ✨🤖Automate Multi-Platform Social Media Content Creation with AI 2 template facing issue

Hi,
I’m using the :sparkles::robot: Automate Multi-Platform Social Media Content Creation with AI 2 template. I’m trying to post both text and images to LinkedIn, but currently only the text is being posted.

To address this, I added HTTP nodes and a function node. First, I register the image upload, then convert the image to Base64, and finally attempt to post it to LinkedIn using an HTTP node.

In the email notification, it shows that both media and text have been posted, but the image is not actually appearing on LinkedIn.


Would you like help debugging the HTTP request or checking the LinkedIn API requirements?

Hello @Abhishek_Kumar1

Do you need any help?

Thanks

yes i still unable to post image in linkedin

Hi there, I made this one and it works. You can try:

Thanks, it’s working! But in my workflow, I generate an image using OpenAI and then register the image for LinkedIn. With your solution, I’m able to post a web image using a link, but I want to post a locally created image from my drive or an AI-generated image directly.

It already accepts binary. So you should convert your image to a binary. It won’t matter where it comes from.

1 Like
  • :white_check_mark: When in linkedin i use an organization URN, your post works and appears as expected.
  • :x: When i use a person in the dropdown , the post may still go through, but the person’s name isn’t being fetched

Also when i am trying to post my local image from d drive i use read write file from disk but not getting any output