Posting on Linkedin with Pictures

Hello,

I am trying to set up an automated process for linkedin posts with pictures. The posting works but the pictures are never attached. I tried toBinary() and HHTP module but I cannot get it to work.

I do not get an error and in the console everything looks fine but the picture/thumbnail is not showing on Linkedin.

Some support would be much appreciated.


You are using a “text post” module and not an “image post”

Screenshot 2024-07-04 at 20.14.50

Use Image post instead and Map the image Data file. If the image is downloadable via URL, down

load it using http module and map the “data” value

Screenshot 2024-07-04 at 20.16.34

1 Like

Hey @Max_Misovic ,
You can use a similar workflow like below, for your task

In the Http module, you need to enter the url of the image you want to post, and can map it in the next Linkedin module.

1 Like

Hello AnujP, thank you very much for your support. It works now.

Hello Mourad, thank you very much for your support. It works now.