Hi,
I’m using the 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?
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.