Forum Discussion
Possible appraochies we can follow to show a notification to users when a news page is created
When SharePoint talks about alerts, it means it fires off emails--there is no such thing, as far as I'm aware, of any other kind of notification in SharePoint out-of-the-box.
Assuming email notification works for your organization's needs, your process is easy--you can use the List's Alert Me function to do that (make emails go to a DL, not just you) if you want people to be informed when anything is created in that list, or you can use a Flow to send emails only when certain conditions with the item you've created are met (i.e., when item (page) is created, if attribute = value, then send email, else do nothing).
It may also be possible to do this via Teams if your organization is using it--Flow would let you post a message in a channel with attributes of the item somebody's just created, so if your organization is used to getting pinged by Teams notifications, that is another way to do it.
Matt Coats wrote:When SharePoint talks about alerts, it means it fires off emails--there is no such thing, as far as I'm aware, of any other kind of notification in SharePoint out-of-the-box.
Assuming email notification works for your organization's needs, your process is easy--you can use the List's Alert Me function to do that (make emails go to a DL, not just you) if you want people to be informed when anything is created in that list, or you can use a Flow to send emails only when certain conditions with the item you've created are met (i.e., when item (page) is created, if attribute = value, then send email, else do nothing).
Matt Coatsok thanks for your reply. First Point. now in our case, our customer is trying to eliminate sending emails, and instead they want to have the alerts inside the sharepoint site itself, ideally under the "Notification" area (the "Ring" icon). so my question is not about sending emails , but rather about showing alerts inside sharepoint under the "Ring" icon. so is this possible?
Matt Coats wrote:It may also be possible to do this via Teams if your organization is using it--Flow would let you post a message in a channel with attributes of the item somebody's just created, so if your organization is used to getting pinged by Teams notifications, that is another way to do it.
Second Point. Now in my case i am using classic team site, and not Microsoft teams.. so if i chose to create a Microsoft team site instead of using sharepoint classic site, then how will "Notifications" work? can i force a notification to be shown under the "Ring" icon when a News page is published and it is linked to a specific term ? or even in Microsoft Teams we can not have this feature?