Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get notification if someone posts on linkedin. Is there any webhook APIs linkedIn provides

I am looking for a webhook API so that my server will be notified if someone does something related to my company's page.

Like Facebook, Instagram, Twitter provides a Webhook API concept, but I cannot find the same thing with LinkedIn APIs.

I have seen some websites which do the same but I don't know how they are doing, are they keep syncing the contents from LinkedIn or making API calls again & again or what.

like image 310
Mayur Agarwal Avatar asked Oct 28 '25 10:10

Mayur Agarwal


1 Answers

You can use webhooks as explained in their docs - https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-social-action-notifications?tabs=http#webhook-registration-and-validation

like image 124
peturgeorgievv Avatar answered Oct 31 '25 01:10

peturgeorgievv