Hello everyone, I hope the team is well.
I created a small site with bolt.
To summarize, I enter a text, I add between 1 and 10 photos Max and I click on publish, and it’s supposed to publish automatically on my linkedin pro page (In parallel, it also does it on insta and facebook of several pages, but that’s settled.)
My question is related to Linkedin, so my site sends the data to a webhook that’s on make, my questions are as follows:
To publish a post with text and photos, which module do I use on make?
Do I need the linkedin token?
Between the webhook and the linkedin module, do I need to add modules like http or iterator or array aggregator, etc.?
Thank you in advance for your answers
Excellent Sunday
PS: I don’t speak English, so I used the online translation.
You can’t automate image and text LinkedIn post with make.com. you can either post text or image, not both.
About the token, you don’t need the token to connect to LinkedIn. You’ll be prompted by make.com to login to your LinkedIn account for authentication.
Q1. To publish a post with text and photos, which module do I use on Make?
You can use the LinkedIn module and then look for the options to create an Image Post or Text Post.
Q2. Do I need the LinkedIn token?
No, you don’t need a token. You can connect your LinkedIn account using your login credentials directly in Make.
Q3. Between the webhook and the LinkedIn module, do I need to add modules like HTTP, Iterator, or Array Aggregator?
Not necessarily. If you’re sending a single post (text + up to 10 images) through the webhook, then you won’t need Iterator or Array Aggregator.
However, if the images are coming through as an array or you’re handling multiple items, you might need to use an Iterator to process each image and potentially an Aggregator to bundle them again before posting.
Let me know if you’d like further assistance.
If this resolves your issue, feel free to mark it as the solution to help others too!
On question: Can you confirm that I can publish TEXT + images?
Yes, you can post an image along with a Caption/Description.
On LinkedIn, there are two main categories:
User (Personal Profile)
Organization (Business or Company Profile)
Are you referring to an organization profile rather than a personal profile?
Yes, you can post content on LinkedIn using both personal and organization profiles using Make.com.
Let me know if this clarifies things or if you have more questions!