sp-dev-fx-webparts/samples/react-webhooks-realtime
Hugo Bernier 7e97daab76 Added more contributions 2023-03-15 01:23:34 -04:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
.vscode New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
src/webparts/realTimeList New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
typings New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
.editorconfig New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
.gitignore New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
.yo-rc.json New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
DeploySPFxToAppCatalog.ps1 New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
DeploySPFxToAppCatalogRequestBody.xml New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
DeploySPFxToO365CDN.ps1 New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
ProvisioningArtifacts.ps1 New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
package.json New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
tsconfig.json New sample SPFx webhooks real time (#351) 2017-11-06 09:32:25 +02:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
11/1/2017 12:00:00 AM

Webhooks Realtime

Summary

This web part demonstrates how to leverage the capabilities of SharePoint Webhooks. The libraries used by this web part are Socket.io, sp pnp js, moment.

Preview

Solution architecture

Architecture

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.3.0 Node.js v6 Compatible with SharePoint Online Compatible SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Prerequisites

In order to use properly this web part is necessary follow these steps:

  • Istall a webserver that will receive the webhooks, for this PoC I created a NodeJs Application hosted on Azure take a look on my solution https://github.com/giuleon/SharePoint-Webhooks-Broadcaster
  • run the Powershell script ProvisioningArtifacts.ps1 in order to provision the list Events which is required for this web part
  • Create a new webhooks subscription for the SharePoint List Events (that will be installed by running the script ProvisioningArtifacts.ps1), as you prefer, across your solution or Postman, please read the following guideline to achieve this goal https://learn.microsoft.com/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
  • The web part has been developed (GetChanges API) to notify new items added in the Events list

Contributors

Version history

Version Date Comments
1.0 October 29, 2017 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • How to leverage the capabilities of SharePoint webhooks.

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.