Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-application-my-lists-notifications - #411

Open
zenaidura opened this issue Aug 13, 2021 · 2 comments
Open

react-application-my-lists-notifications - #411

zenaidura opened this issue Aug 13, 2021 · 2 comments

Comments

@zenaidura
Copy link

Sample

react-application-my-lists-notifications

Author(s)

@joaojmendes

Question

Its great work and highly usable however my client is also interested to show same notifications when a comment is added to a site page.
Currently I have a solution that crawls through all site pages and using REST APIs, capture the comments, likes and replies for each page and creates an entry in the Activity list. You used subscription to changes, does it trigger if the comment is added as well? if not than do you have any other solution for my client?

@ghost
Copy link

ghost commented Aug 13, 2021

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

@mohammadamer
Copy link
Contributor

Hi @zenaidura

Have you though about SharePoint Webhook instead of crawling through all site pages. I think page comment or page like is item change and SharePoint Webhook will be trigger on item change.
You can receive changes through the Webhook notification that will be trigger on item change.

I didn't try webhook on item comments or likes but I tried it on the properties changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants