F.Yohan
F.Yohan

Reputation: 3

Get notify by Sharepoint

I'm trying to build a Web API who'll receive notification from Sharepoint when something happend (someone upload a file, delete a file, create a directory, delete a directory etc). I saw that Sharepoint has Alert and Webhook but idk how make it works in my situation. If someone can tell me where to start .. !

Thank's :)

Upvotes: 0

Views: 67

Answers (2)

Dogu Arslan
Dogu Arslan

Reputation: 3384

I would not advise RER route. That only works with ACS enabled Azure Service Bus namespace and Azure team has stopped supporting ACS. It is not possible today to create an ACS enabled Service Bus even with Azure power shell. So.. Better stay away from RER s as its future is unknown. I would look at web hooks functionality instead.

Upvotes: 1

Abhijit
Abhijit

Reputation: 1173

Remote event receiver (RER) are the way to go.

Upvotes: 1

Related Questions