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 :-)

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,682 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,278 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,675 questions
0 comments No comments
{count} votes

4 answers

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

  2. RaytheonXie_MSFT 31,606 Reputation points Microsoft Vendor
    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 ?