Hello everyone
I'm attempting to create a multi-image post on LinkedIn but am unsure of the process.
I'm currently experimenting with the "Make API Call" module, but it's not functioning correctly, resulting in a 400 error.
I've also tried inputting data for two images without success. The scenario completes, but the post doesn't show up on LinkedIn.
Naturally, everything works smoothly when I post a single image.
Thanks in advance for your assistance.
There are no multi-image post modules for the LinkedIn app.
According to the LinkedIn documentation, you’ll need to individually upload each image asset first using
POST https://api.linkedin.com/v2/assets?action=registerUpload
Then attach the items to the share
POST https://api.linkedin.com/v2/ugcPosts
You should be able to integrate the two endpoints in callin.io using the generic LinkedIn “Make an API Call” module.
You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, in case someone already suggested it!
I am attempting this now! Thank you very much
Hi!
Have you had any luck with this? I'm attempting something similar but can't get it to function using the "Make an API call" module. When I follow the API documentation, I consistently receive a "Not Allowed" response when sending a PUT request…
Could you please create a new question and add all the details about what you’re trying to do, together with the exported scenario blueprint and screenshots of any errors?