Sharepoint application server side writing

MSAPINewbie 26 Reputation points
2021-07-24T14:10:37.5+00:00

Hello,

I am new to the Microsoft world and I would like to write an application to see if a file has been added or changed in Sharepoint.
I have read that you can use the Event Remote Receiver for this. But as far as I understand it, this can only be done as an add-in application.
I would like to send a message(JSON) (RESTestful) to a client (one self-written Python program) when a file has been changed or added.

So I would like to know if this can be solved with ASP.NET Core MVC and if this can be run on a server so that everyone with this client is notified.

I would be very happy about a nice answer, and please don't be so strict with me since I'm a beginner with ASP.NET etc. at the moment (as already mentioned ;-)).

Thanks in advance :-)

Developer technologies | ASP.NET | ASP.NET Core
Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
Developer technologies | C#
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
    2021-07-24T16:16:13.08+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. RaytheonXie_MSFT 40,471 Reputation points Microsoft External Staff
    2021-07-26T07:19:13.723+00:00

    Hi @MSAPINewbie ,
    You can use ASP.NET for programming.Take following link as reference:
    https://learn.microsoft.com/en-us/sharepoint/dev/apis/webhooks/get-started-webhooks


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  3. MSAPINewbie 26 Reputation points
    2021-07-24T17:02:05.077+00:00

    Hello, thanks for the quick reply, my question:

    Which programming language/framework can I use to implement webhooks ?


  4. APIPointNewbie 146 Reputation points
    2021-07-28T20:15:52.297+00:00

    Is it possible to write Sharepoint Webhooks(Spring Boot) in Java or Python ?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.