Send SharePoint page owners new comments and likes

Steel Contributor

Users who post pages in SharePoint, especially News want to know when a new someone comments or likes their post without having to check each day so they can respond to the user.

By using the SharePoint Send HTTP action its possible to retrieve the Comments and Likes and then email the owners.  I created this Flow to run each day, loop through all the pages and retrieve the likes and comments.  It checks the created date for each comment and like and if in the last day, it sends the created by an email with the number of likes and the comment text with the person who submitted it.

Thanks to Elio Struyf for the API calls

https://www.eliostruyf.com/getting-likes-and-comments-from-modern-pages/

0 Replies