prgz
September 27, 2023, 2:47pm
1
Hello everyone
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.
Everything’s smooth when I make a single image post of course.
Thanks in advance for your help
samliew
September 27, 2023, 3:11pm
3
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
prgz
September 27, 2023, 3:18pm
4
samliew:
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.
I’m trying this now! Thanks a lot
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