Is it possible to receive a notification in a Telegram channel whenever a post is made on LinkedIn using Make?
Hi @eddy_eddy_eddy
Certainly, you can achieve this by implementing a LinkedIn watch module to monitor new posts and then send a Telegram message with the post details.
The work flow will look like this:
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support| Book Live Implementation
Visit us here
Youtube Channel
Is it automatic monitoring, or need to connect linkedin profile to use cookies?
It’s seems that’s for organization right?
I need for the user.
Thank you for your helpful reply. Could you please provide more details on how to set up the LinkedIn watch module and configure the Telegram message action in Make?
Is that for a company or user?
Welcome to the Make community!
Yes, that is possible. You’ll need a minimum of three modules and a filter:
The HTTP module calls the “Real-Time LinkedIn Scraper” API on RapidAPI.
- For company posts, use Get Company’s Post endpoint
- For user posts, use Get Profile’s Posts endpoint
The filter is assuming the scenario runs once daily.
This is just an example. Your final solution may or may not look like this depending on your requirements.
How to call an API on RapidAPI
Use the HTTP “Make an API Key Auth Request” module.
Create a new keychain connection and insert your RapidAPI API Key.
Key: <YOUR_RAPIDAPI_KEY>
API Key parameter name: X-RapidAPI-Key
You can reuse this RapidAPI keychain for all API calls to RapidAPI – you’ll just need to change the X-RapidAPI-Host
value based on the API you are calling.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
WOW!
Thank you so much for such information, gonna experiment now!
I’m wondering if the response is real-time, like instant?
No, it’s not instant because your scenario is running on a schedule.
I’ve managed to get the data inside make. For HTTP it shows the data, but when I try to find in iterator, it doesn’t find the newest data.