LinkedIn Multi Image post

Hello everyone :slight_smile:

I’m trying to create a Multi-image post on Linkedin, but I’m not sure how to do it.

I’m currently trying to use the module “Make API Call” but it doesn’t work, I get a 400 error.

Also trying to put the two images data but no luck. The scenario does complete but the post won’t appear on LinkedIn.

image

Everything’s smooth when I make a single image post of course.

Thanks in advance for your help :slight_smile:

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 Make 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!

2 Likes

I’m trying this now! Thanks a lot :slight_smile:

2 Likes

Hi!

Have you been successful with this? I’m trying the same but won’t get it to work with the “Make an API call” module. When I follow the API docs, I always getting a Not Allowed response sending a PUT request…

1 Like

@danielschatzl 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?

3 Likes