Repost any LinkedIn post with an LinkedIn organization account

Hello, everyone!

I am trying to create an automation in Make where:

  1. First, a post is published on my personal LinkedIn profile.

  2. Then, that same post is shared from a organization’s account on LinkedIn.

I’ve already finished the first step, but I’m getting stuck on the part about sharing the post from the organization’s page.

I don’t know if this can be achieved directly with a LinkedIn module in Make, or if it needs to be done through the LinkedIn API. I was reviewing the API documentation, but I’m quite confused because there seem to be several different APIs (each with different endpoints, permissions, and explanations), which makes me feel a little lost about how I should put the call together. I have also searched for similar cases in the forum, some mention that several of the APIs are now practically obsolete, and in other cases, the solution does not apply directly to my case, since most of them involve searching for a organization post and then sharing or commenting on it from a personal LinkedIn account.

Perhaps this, but the reverse?

Repost from Company Page to Personal Accounts on LinkedIn

Unfortunately, Make doesn’t have a repost module for LinkedIn yet.

See if such an endpoint exist in the LinkedIn Developer API reference. If it exists, you can integrate the endpoint in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.

You can also suggest for it to be made in the Idea Exchange. However, do search for a similar request (and also upvote), just in case it has already been suggested to avoid duplicates.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

Thank you very much!

I researched the LinkedIn Developer API documentation and managed to achieve what I was looking for using the HTTP module “Make a request.”